> Thanks, I was able to create a new block with a different name by
> changing the various .am and .ac files then re-running bootstrap.

Lastly, the FAQ doesn't really touch on the issue of actually using
the blocks once they are written.

I did a make install and it installed the files in
/usr/local/lib/python2.4/site-packages/gnuradio/, which is in my
PYTHONPATH, however I consistently get

>>> from gnuradio import my_new_package
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
ImportError: cannot import name my_new_package

What steps do I need to take so my new block is accessible to gnuradio?

Thanks
Jason


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

Reply via email to