discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] No module named gnuradio


From: Jay Kumar
Subject: [Discuss-gnuradio] No module named gnuradio
Date: Tue, 31 Mar 2009 09:08:23 +0200

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.

address@hidden 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 :

address@hidden 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/.




reply via email to

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