Help

dear all members of milist

i have tried to build aistx module using gr-moodtool,

i got the source from github where using gnuradio 3.6 and i have
modified
to gnuradio 3.7 as instruction in
http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7
but when i made a simulation in grc , i got error after running all,

Generating: “/media/mdn-2014/6C4E8D6C4E8D303E/mery_diana/top_block.py”

Executing: “/media/mdn-2014/6C4E8D6C4E8D303E/mery_diana/top_block.py”

linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.008.000-37-g7866b665

Traceback (most recent call last):
File “/media/mdn-2014/6C4E8D6C4E8D303E/mery_diana/top_block.py”, line
19,
in
import AISTX
ImportError: No module named AISTX

Done (return code 1)

in gui of gnuradio-companion my module AISTX has installed and appered
in
the list of library,

really need help,
best regard.
merydiana

On Tue, Jan 27, 2015 at 3:26 AM, mery diana [email protected]
wrote:

Generating: “/media/mdn-2014/6C4E8D6C4E8D303E/mery_diana/top_block.py”

Done (return code 1)

in gui of gnuradio-companion my module AISTX has installed and appered
in the list of library,

really need help,
best regard.
merydiana

It’s likely that you haven’t set your PYTHONPATH or LD_LIBRARY_PATH
correctly for the installed module.

Tom