Hello, I have recently installed gnuradio-3.1.3 on Red Hat Enterprise Linux 4.I can even load the firmware on the usrp using ./test_usrp_standard_tx .But after the loading of the firmware whenever i try to run the ./usrp.oscope.py program I get the "No module named gnuradio" error.
[r...@localhost python]# ./usrp_oscope.py Traceback (most recent call last): File "./usrp_oscope.py", line 25, in ? from gnuradio import gr, gru ImportError: No module named gnuradio I have even set the PYTHONPATH to desired directory.I get the following result whenever i print the sys.path in python : [r...@localhost python]# python Python 2.4.6 (#1, Mar 30 2009, 13:30:46) [GCC 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.path ['', '/usr/local/lib/python2.4/site-packages', '/usr/local/lib/python24.zip', '/usr/local/lib/python2.4', '/usr/local/lib/python2.4/plat-linux2', '/usr/local/lib/python2.4/lib-tk', '/usr/local/lib/python2.4/lib-dynload', '/usr/lib/python2.3/site-packages/wx-2.5.3-gtk2-ansi'] >>> I am very new to gnuradio .So kindly help me out. Thanks -- Posted via http://www.ruby-forum.com/. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio