discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] ImportError: No module named gnuradio


From: sr.hutch
Subject: [Discuss-gnuradio] ImportError: No module named gnuradio
Date: Wed, 18 Oct 2006 18:47:45 -0500 (CDT)

I have a USRP and it seems to communicate fine with
the FC5 box. I have looked through the discuss-gnuradio mail archive and it 
seems like python is not finding gnuradio module. I checked path from within 
python for
/usr/local/lib/python<ver>/site-packages as mentioned in prior posts...it seems 
to be right. See below:
any suggestions? disclaimer: I am not Linux expert, but know the basics.
Is there a way to check gnuradio install?


address@hidden apps]$ ./test_usrp_standard_tx
tx_underrun
xfered 1.34e+08 bytes in 4.2 seconds.  3.199e+07 bytes/sec.  cpu time = 0.592
1 underruns

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

address@hidden ~]$ python
Python 2.4.2 (#1, Feb 12 2006, 03:59:46)
[GCC 4.1.0 20060210 (Red Hat 4.1.0-0.24)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

>>> sys.path
['', '/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-lin ux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/lib/p ython2.4/site-packages', 
'/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/p 
ython2.4/site-packages/dbus', '/usr/lib/python2.4/site-packages/gtk-2.0', 
'/usr/ lib/python2.4/site-packages/wx-2.6-gtk2-unicode']


address@hidden usrp]# ./benchmark_usb.py
Traceback (most recent call last):
  File "./benchmark_usb.py", line 30, in ?
    from gnuradio import gr
ImportError: No module named gnuradio




reply via email to

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