discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Python import error on swig modules


From: Sakthivel Velumani
Subject: [Discuss-gnuradio] Python import error on swig modules
Date: Fri, 5 Jan 2018 19:13:26 +0100

Hi,

I have been trying to do the simplest qa test for my qpsk demod C++ block from the tutorials. When I run the qa_<block_name>.py im getting an import error: No module named <module_name>_swig. This happens for every C++ blocks.

I can see that <module_name>_swig.py is being installed into 
/usr/local/lib/python2.7/dist-packages/<module_name>/<module_name>_swig.py, pyc and .pyo .
And when I checked sys.path in python, I can see the path /usr/local/lib/python2.7/dist-packages along with many other paths.

Any help would be appreciated.

Best regards,
Sakthivel

reply via email to

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