Import error: no

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

import NMS
File “/usr/local/lib/python2.7/dist-packages/NMS/init.py”, line
45,
in
from NMS_swig import *
File “/usr/local/lib/python2.7/dist-packages/NMS/NMS_swig.py”, line
26,
in
_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,