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: Doublele 96
Subject: Re: [Discuss-gnuradio] gr-ieee802_15_4 swig import error
Date: Mon, 23 Jan 2017 17:53:45 -0500

Updating path did not resolve the issue. I uninstalled the module, installed swig2.0 (sudo apt install swig2.0) and rebuilt and reinstalled the module. That resolved the issue. Thanks for the quick response! 

Also, do you know what is the idea sample rate(s) for running this on USRP X310? Getting a lot of "S" and "U"s at 32MHz as well as smaller sample rates (3.2MHz and 1MHz).

Thanks!

On Mon, Jan 23, 2017 at 4:13 PM, Bastian Bloessl <address@hidden> wrote:
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]