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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio