discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Trouble Creating a UHD Sink


From: Brooke Hayden
Subject: [Discuss-gnuradio] Trouble Creating a UHD Sink
Date: Tue, 26 Mar 2013 13:43:39 -0400

I have the correct ordering in my swig file, but am still getting these errors when I try to import my module in Python. The C++ code compiles fine, but I cannot even import the directory in a Python file.

Traceback (most recent call last):
  File "sink_test_gui.py", line 10, in <module>
    import radar2
  File "/usr/local/lib/python2.7/dist-packages/radar2/__init__.py", line 45, in <module>
    from radar2_swig import *
  File "/usr/local/lib/python2.7/dist-packages/radar2/radar2_swig.py", line 26, in <module>
    _radar2_swig = swig_import_helper()
  File "/usr/local/lib/python2.7/dist-packages/radar2/radar2_swig.py", line 22, in swig_import_helper
    _mod = imp.load_module('_radar2_swig', fp, pathname, description)
ImportError: /usr/local/lib/libgnuradio-radar2.so: undefined symbol: _ZN3uhd4usrp10multi_usrp9ALL_GAINSE

reply via email to

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