Hi,
I just updated the gnuradio software, I did the normal dance and
everything looked fine.
The following error message popped when I executed pretty much all
python executables:
Traceback (most recent call last):
File “./usrp_rx_cfile.py”, line 9, in ?
from gnuradio import gr, eng_notation
File “/usr/local/lib/python2.4/site-packages/gnuradio/gr/
init.py”, line 42, in ?
from gnuradio_swig_python import *
File “/usr/local/lib/python2.4/site-packages/gnuradio/gr/
gnuradio_swig_python.py”, line 23, in ?
from gnuradio_swig_py_runtime import *
File “/usr/local/lib/python2.4/site-packages/gnuradio/gr/
gnuradio_swig_py_runtime.py”, line 6, in ?
import _gnuradio_swig_py_runtime
ImportError: /usr/local/lib/python2.4/site-packages/gnuradio/gr/
_gnuradio_swig_py_runtime.so: undefined symbol:
_ZN28gr_single_threaded_scheduler4stopEv
[chenqi@newton python]$ ./usrp_fft.py
Traceback (most recent call last):
File “./usrp_fft.py”, line 23, in ?
from gnuradio import gr, gru
File “/usr/local/lib/python2.4/site-packages/gnuradio/gr/
init.py”, line 42, in ?
from gnuradio_swig_python import *
File “/usr/local/lib/python2.4/site-packages/gnuradio/gr/
gnuradio_swig_python.py”, line 23, in ?
from gnuradio_swig_py_runtime import *
File “/usr/local/lib/python2.4/site-packages/gnuradio/gr/
gnuradio_swig_py_runtime.py”, line 6, in ?
import _gnuradio_swig_py_runtime
ImportError: /usr/local/lib/python2.4/site-packages/gnuradio/gr/
_gnuradio_swig_py_runtime.so: undefined symbol:
_ZN28gr_single_threaded_scheduler4stopEv
I removed /usr/local/lib/python2.4/site-packages/gnuradio/gr, and did
make install again, it still didn’t work.
Any help or comment will be appreciated.
Thanks
Chen