discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gr-tutorial error


From: Vasil Velichkov
Subject: Re: gr-tutorial error
Date: Fri, 29 Oct 2021 10:07:01 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

Hi Mario,

Welcome to GNU Radio!

On 29/10/2021 01.08, Mario Moran wrote:
> AttributeError: module 'tutorial' has no attribute 'my_qpsk_demod_cb'

Usually this error indicates undefined symbol/reference in the OOT's shared 
object (.so) file. To find our the exact problem go to your OOT's build 
directory, execute `ldd -r lib/*.so` and provide the full output.

Also to improve the error handling in python/__init__.py change ImportError to 
ModuleNotFoundError. Then rebuild, reinstall and run you flowgraph.

See also https://github.com/gnuradio/gnuradio/issues/4761

Regards,
Vasil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]