Closed Jorel15 closed 12 years ago
Hi Jorel15,
What did you do to resolve this error?
Kyle
air_modes_swig.py is installed during 'make install' and on Ubuntu 12.xx will be found at: /usr/local/lib/python2.7/dist-packages/air_modes/air_modes_swig.py
Did you execute 'make install'? Does your system have air_modes_swig.py in /usr/local/lib/python2.7/dist-packages/air_modes?
I had not the good version of GNU Radio installed in my computer (I had a temporary version). That's why this error occured.
ahaa, I'm thinking it was due to not having Swig binaries installed prior to the build :-) A quick apt-get install fixed it!
I have the same problem with air_modes_swig under Debian Wheezy AMD64
$ modes_rx
Traceback (most recent call last):
File "/usr/local/bin/modes_rx", line 30, in
I have done make install
of course.
Same issue here. After building the project, I ran make, make install and sudo ldconfig. Running ./modes_rx produces an error that says "ImportError: No module names air_modes".
Running Fedora 17. I don't see a "air_modes_swig.py" in "/usr/local/lib/pyhton2.7/site-packages/air_modes"
Make sure the GNU Radio version installed in your computer is OK. Some links for downloading GNU Radio toolkit on the web don't work well and are incomplete. After reinstalling GNU Radio software, a full version one, I didn't have this probelm anymore.
Hello,
After downloading and building the project, here is the error that appears during the execution of uhd_modes.py:
etudiant@ubuntu:~/gr-air-modes/build/apps$ uhd_modes.py
Traceback (most recent call last): File "/usr/local/bin/uhd_modes.py", line 30, in
import air_modes
File "/usr/local/lib/python2.7/dist-packages/air_modes/init.py", line 50, in
from air_modes_swig import *
ImportError: No module named air_modes_swig
Online projet seems to be incomplete...
Thx