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
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.)