You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: