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. [EMAIL PROTECTED] ~]# cd gnuradio-3.1.2/gnuradio-examples/python/usrp
[EMAIL PROTECTED] 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
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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

Reply via email to