discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] AttributeError: 'module' object has no attribute


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] AttributeError: 'module' object has no attribute 'square_ff'.
Date: Fri, 22 Feb 2013 09:10:56 -0500

On Fri, Feb 22, 2013 at 9:02 AM, Omer Omer <address@hidden> 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
 


reply via email to

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