discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] help! ImportError


From: Josh Blum
Subject: Re: [Discuss-gnuradio] help! ImportError
Date: Wed, 13 Aug 2008 21:41:11 -0700
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

see http://gnuradio.org/trac/wiki/FedoraInstall

perhaps your python path does not include the gnuradio install

----------------------
FC5 and later ΒΆ

x86 (32-bit) systems:

export PYTHONPATH=/usr/local/lib/python2.4/site-packages

X86-64 systems:

export PYTHONPATH=/usr/local/lib64/python2.4/site-packages
----------------------

-Josh

Joreen Tan wrote:
Hi,
I'm totally new to gnuradio.. i installed gnuradio via fedora 6 and the installation was successful. however, i get the ImportError when i tried to run a program. Below are the exact codes i typed. address@hidden ~]# cd gnuradio-3.1.2/gnuradio-examples/python/usrp
address@hidden usrp]# python usrp_spectrum_sense.py
Traceback (most recent call last):
     File "usrp_spectrum_sense.py", line 23, in?
          from gnuradio import gr, gru, eng_notation, optfir, window
ImportError: No module named gnuradio
I did try to search for possible solutions but i really don't understand how should i do it as in the codes to type as i'm really totally new to this. can anyone please help me with this? really appreciate it! joreen
_________________________________________________________________
Easily publish your photos to your Spaces with Photo Gallery.
http://get.live.com/photogallery/overview


------------------------------------------------------------------------

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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