On Fri, Jan 29, 2010 at 04:21:58PM +0000, patrick mekeze wrote:
> I am a new developper and i have a school project on gnu-radio library
>  
> My goal is to make and reverse-engineering on Gnu-Radio library due to aim of 
> meta modeling and code generation.
> First i have downloaded the last version of gnuradio and retrived it on my 
> computer.
> i have succefull built and executed some of gnuradio example from package 
> (gnuradio/gnuradio-example/python/audio) and now i have deceded to write my 
> block.
> but before do it, i first try to execute the giving example qa_howto.py from 
> the package gr-howto-write-a-block/src/python and i got this example: 
>  
> Traceback (most recent call test):
> File "qa_howto.py", line 24, in <module>
>    import howto
> ImportError: no module named howto
>  
> could someone what i will do to solve this problem?
> thank for your help

The only way to run qa_howto.py is by running "make check" from the
top directory of gr-howto-write-a-block.  It sets up a bunch of
environment variables required to run the QA code without it being
installed.

Eric


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

Reply via email to