Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: libgnuradio-acars2.so #3

Open
f4hbw opened this issue Sep 28, 2014 · 1 comment
Open

ImportError: libgnuradio-acars2.so #3

f4hbw opened this issue Sep 28, 2014 · 1 comment

Comments

@f4hbw
Copy link

f4hbw commented Sep 28, 2014

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.

@lepido
Copy link

lepido commented Sep 8, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants