discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] import error: no


From: Nemanja Savic
Subject: [Discuss-gnuradio] import error: no
Date: Tue, 18 Feb 2014 15:02:52 +0100

Hi all guys,

I am facin a problem when trying to import out of tree module. Namely, I developed the module one one machine, and copied source files to another machind and it doesn't work. I have done this several times and every time it worked without problems. Here is the error message:

Traceback (most recent call last):
  File "/home/tpms_east/work/gnuradio/GRC/top_block.py", line 15, in <module>
    import NMS
  File "/usr/local/lib/python2.7/dist-packages/NMS/__init__.py", line 45, in <module>
    from NMS_swig import *
  File "/usr/local/lib/python2.7/dist-packages/NMS/NMS_swig.py", line 26, in <module>
    _NMS_swig = swig_import_helper()
  File "/usr/local/lib/python2.7/dist-packages/NMS/NMS_swig.py", line 22, in swig_import_helper
    _mod = imp.load_module('_NMS_swig', fp, pathname, description)
ImportError: libgnuradio-NMS.so: cannot open shared object file: No such file or directory

I am really surprised that it wn't work. Hope that somebody could suggest some solution.

best,

--
Nemanja Savić

reply via email to

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