discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr-ieee802_15_4 swig import error


From: Bastian Bloessl
Subject: Re: [Discuss-gnuradio] gr-ieee802_15_4 swig import error
Date: Mon, 23 Jan 2017 22:13:11 +0100

Hi,


On 23 Jan 2017, at 20:21, Doublele 96 <address@hidden> 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

reply via email to

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