Python module import failed error

matt.doolittle33 at gmail.com matt.doolittle33 at gmail.com
Tue Feb 19 12:45:37 EST 2013


 
> 
> gnuradiocompanion.py ?  And does the error message/stacktrace appear in 
> 
> the same terminal window?
> 


hi.  ok so i  am trying to run the python module (multimode_helper.py) in the GNU radio companion (GRC) which is sort of like an IDE which lets you organize code blocks by arranging them in a flow graph instead of having to write the code that would call the blocks in some particular order. GRC shows the import error in its flow graph error viewer:

Error 0:
Block - import_0_0_0 - Import(import):
  Param - Import(import):
    Import "import multimode_helper as mh" failed.

The directory /home/matt/bin contains "multimode_helper.py" and this file path is in the PYTHONPATH.  I still get the import error however. so now that i know the file path is in PYTHONPATH but i am still getting the import error i am really confused here.

Thanks for your attention.  



More information about the Python-list mailing list