On Fri, Feb 22, 2013 at 9:02 AM, Omer Omer <omer9...@yahoo.com> wrote:

> hi everyone,i have made  my own block in gnuradio name square_ff from out
> of tree module.i hsvr successfully interfaced it with gnuradio.but problem
> is when i want to use that block in gnuradio then the following error i get
> in terminal.
>
> *AttributeError*: 'module' *object* has no attribute '*square_ff*'.
>
> kindly help me******
>
> **
>

Have you run 'make install'? Where are you installing it to? You can check
your python2.7/dist-packages directory (in whatever install prefix you
used) to make sure that it's there. Then make sure PYTHONPATH is pointing
to that directory so Python knows where to find it.

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

Reply via email to