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 <[email protected]>
wrote:

> 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