discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] "ImportError: No module named myblock" when gener


From: Josh Blum
Subject: Re: [Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC
Date: Wed, 20 Apr 2011 16:17:42 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8


On 04/20/2011 03:00 AM, Yulong Yang wrote:
> Hello,
> 
> I am new to GNU radio. I am trying to write a simple block and add it to
> GRC. All steps before are fine. However, when I generate the
> top_block.py file, it says "ImportError: No module named myblock". 
> 
> The myblock is actually the name of the folder I create to put all
> necessary files of my block such as files like MakeFile.am and
> sub-folders lib, swig, etc. Can this be called a module?
> 

In the case of python, a module is a python file or a directory w/ a
python file __init__.py

> What is a module? I see the code in how-to-write-a-block, it seems that
> it also import a module howto. Where could I find such modules or create
> one my own?
> 
> Sorry to ask so many questions; I cannot find a clear way to study this.
> I would really appreciate any help. 
> 
> Thank you in advance.
> 
> 

Python needs to be able to find your block: Did you install it into the
python search path? Or set PYTHONPATH to where your block is installed?

-josh



reply via email to

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