gr-acars2 icon indicating copy to clipboard operation
gr-acars2 copied to clipboard

ImportError: libgnuradio-acars2.so

Open f4hbw opened this issue 11 years ago • 1 comments

Hello,

I'm trying to use your program. I managed to install it without any problem.

But when I try to launch it in GRC 3.7 i get this error message :

Traceback (most recent call last): File "/home/kevin/RecepteurFM.py", line 19, in import acars2 File "/usr/local/lib/python2.7/dist-packages/acars2/init.py", line 45, in from acars2_swig import * File "/usr/local/lib/python2.7/dist-packages/acars2/acars2_swig.py", line 28, in _acars2_swig = swig_import_helper() File "/usr/local/lib/python2.7/dist-packages/acars2/acars2_swig.py", line 24, in swig_import_helper _mod = imp.load_module('_acars2_swig', fp, pathname, description) ImportError: libgnuradio-acars2.so: cannot open shared object file: No such file or directory

Thanks in advance, best regards.

F4HBW, Kévin.

f4hbw avatar Sep 28 '14 09:09 f4hbw

In case you are on a Mac, this might be the problem (and solve it): https://software.intel.com/en-us/articles/linking-and-redistributing-intel-dynamic-libaries-on-mac-os-x

Or you recompile the module with a modified CMakeList.txt: https://gnuradio.org/redmine/projects/gnuradio/wiki/MacInstall#Library-not-found

lepido avatar Sep 08 '15 13:09 lepido