Hi,

> On 23 Jan 2017, at 20:21, Doublele 96 <[email protected]> wrote:
> import ieee802_15_4
> 
> File "/usr/local/lib/python2.7/dist-packages/ieee802_15_4/__init__.py", line 
> 17, in <module>
> 
> from ieee802_15_4_swig import *
> 
> ImportError: No module named ieee802_15_4_swig
> 
> 

Please assert that you have updated your PYTHONPATH to include the folder where 
you installed the python module.

If the path is already correct, there might be a problem when the shared 
library is loaded. Such errors are sometimes hidden by a ‘except ImportError’ 
block.
In that case change ieee802_15_4_swig.py to print the error.

Best,
Bastian
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to