discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SPAM][RBL+] [Discuss-gnuradio] undefined symbol error:


From: Qi Chen
Subject: [SPAM][RBL+] [Discuss-gnuradio] undefined symbol error:
Date: Sun, 2 Mar 2008 20:28:03 -0600

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
address@hidden 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]