discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Building own module


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Building own module
Date: Mon, 4 Dec 2006 22:00:55 -0800
User-agent: Mutt/1.5.9i

On Mon, Dec 04, 2006 at 09:06:14PM -0800, Daniel Garcia wrote:
> 
> I am trying to make my own module. I used gr-how-to-write-a-block as a 
> skeleton for my module. The module compiles and passes a simple test in the 
> python test directory. I then do "make install" and it installs the module. 
> When I try to run a python script with that module I get an error that says 
> "ImportError: No module named xxxxxxx". This happens for the 
> gr-how-to-write-a-block as well as my own module.
> 
> Does anyone have a clue as to why my module does not load outside of the 
> "test" environment?

Does your PYTHONPATH include the path to where ever you installed the module?

> Regards,
> Daniel Garcia
> 
> 
> http://danielgarcia.info/gr-analog-television.tgz

Eric




reply via email to

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