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

2008-03-03 Thread Michael Dickens
On Mar 2, 2008, at 9:28 PM, Qi Chen wrote: ImportError: /usr/local/lib/python2.4/site-packages/gnuradio/gr/ _gnuradio_swig_py_runtime.so: undefined symbol: _ZN28gr_single_threaded_scheduler4stopEv It looks like '/usr/local/lib' isn't in the library search path. If you're running on some v

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

2008-03-02 Thread Qi Chen
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