discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Cygwin Python Import Error


From: JackyYang
Subject: Re: [Discuss-gnuradio] Cygwin Python Import Error
Date: Fri, 21 Dec 2007 00:51:00 +0800

Hi:

 

I sure there is a "gnuradio" directory in /usr/local/lib/python2.5/site-packages.

So, I try to add new command line : #!/usr/local/lib/python2.5/site-packages python, at file "audio_fft.py".

Then, I type command: python audio_fft.py But, get the same result.

Why? Something wrong?

 

Thank you very much!

 

 

>> So, that into the /audio, and type command: $python audio_fft.py

>> 

>> I gat a result:

>> 

>> Traceback (most recent call last):

>> 

>>  File "audio_fft.py", line 23, in<module>

>> 

>>    >From gnuradio import gr, gru, audio

>> 

>>ImportError: No module named gnuradio

 

>Is there a "gnuradio" directory in /usr/local/lib/python2.5/site-packages?

>(There should be.)

> 

>Did you set your PYTHONPATH environment variable to /usr/local/lib/python2.5/site-packages?  (You should have.)

> 

>-- Don W.

 


reply via email to

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