On 10/21/2010 01:53 PM, Michael Civerolo wrote:
Hello,

I am an RF engineer who is just starting to play around with Linux and
gnuradio for fun. I have been successfully making some simple applications
work on my USRP2. I would like to write my own DSP blocks and when I try to
import the "howto" module into another python program I get:

*Traceback (most recent call last):
   File "USRP2_FFT.py", line 5, in<module>
     from gnuradio import gr, gru, eng_notation, usrp2, blks2, howto
ImportError: cannot import name howto*

I downloaded the gr-howto-write-a-block-3.3.0 file and did the following
successfully:

*>cd gnuradio/gr-howto-write-a-block-3.3.0
./bootstrap
./configure
sudo make
sudo make check
sudo make install*


Where did make install put the python files? Set your PYTHONPATH environment variable appropriately.

-josh

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to