Hi,

I just upgraded gnuradio from 3.7.6.1 to 3.7.9.1. Uninstalled old version
and installed new. When, however, I try to run a flow in companion, I get:

Generating: '/home/nikos/Desktop/top_block.py'

Executing: /usr/bin/python2 -u /home/nikos/Desktop/top_block.py

Traceback (most recent call last):
File "/home/nikos/Desktop/top_block.py", line 20, in <module>
from baz import baudline
  File "/usr/local/lib/python2.7/dist-packages/baz/__init__.py, line 40, in
<module>
from baz_swig import *
File "/usr/local/lib/python2.7/dist-packages/baz/baz_swig.py", line 28, in
<module>
_baz_swig = swig_import_helper()
File "/usr/local/lib/python2.7/dist-packages/baz/baz_swig.py", line 24, in
swig_import_helper
_mod = imp.load_module('_baz_swig', fp, pathname, description)
ImportError: libgnuradio-runtime-3.7.6.1.so.0.0.0: cannot open shared
object file: No such file or directory

>>> Done (return code 1)

_baz_swig seems to still be depended on the old library,
libgnuradio-runtime-3.7.6.1.so.0.0.0. That old library doesn't exist on my
system, nor in ld.so.cache. I have uninstalled and reinstalled gnuradio
3.7.9.1 again, to no avail.
Any advise would be appreciated

TIA
Nikos
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to