discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Swig Error


From: gohar anwar
Subject: [Discuss-gnuradio] Swig Error
Date: Thu, 2 Apr 2009 11:02:23 -0700 (PDT)

Hi,
I am getting the following error while running a programme. Programme is fine. I have checked it on other PC.
I think there is some thing wrong with the installation of SWIG or else.
####################################
Traceback (most recent call last):
  File "./gsm_scan.py", line 21, in <module>
    from gnuradio import usrp
  File "/usr/local/lib/python2.5/site-packages/gnuradio/usrp/__init__.py", line 25, in <module>
    from usrp_swig import *
  File "/usr/local/lib/python2.5/site-packages/gnuradio/usrp/usrp_swig.py", line 6, in <module>
    import _usrp_swig
ImportError: /usr/local/lib/libgnuradio-usrp.so.0: undefined symbol: _ZN7db_base4dbidEv
#####################################

Line 6 is: import _usrp_swig
line 25 is: from usrp_swig import *

I am on Ubuntu 8.10
GNU Radio 3.1.3

Best Regards,
Gohar


reply via email to

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