discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] "from gnuradio import audio" - Not Working in Ubuntu


From: turbovectorz turbovectorz
Subject: [Discuss-gnuradio] "from gnuradio import audio" - Not Working in Ubuntu 10.04 + GNU Radio 3.3.0 + ALSA
Date: Sun, 15 May 2011 13:31:35 -0700

Hi ALL,

Everything compiled properly with no errors with GNU radio 3.3.0 with that latest Boost 1_46_1. 
GRC generate works but will not execute the dial_tone.grc example due the following error: 
Anyone can shed some light on this strange python command line test error?

Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gnuradio import gr
>>> from gnuradio import audio
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.6/dist-packages/gnuradio/audio/__init__.py", line 22, in <module>
    from audio_swig import *
  File "/usr/local/lib/python2.6/dist-packages/gnuradio/audio/audio_swig.py", line 24, in <module>
    _audio_swig = swig_import_helper()
  File "/usr/local/lib/python2.6/dist-packages/gnuradio/audio/audio_swig.py", line 20, in swig_import_helper
    _mod = imp.load_module('_audio_swig', fp, pathname, description)
ImportError: /usr/local/lib/libgnuradio-core-3.4.0git.so.0: undefined symbol: _ZN5boost6system19get_system_categoryEv
>>> 

I had completely disabled pulseaudio hoping that ALSA would kick in automatically. but it did now work :(

Any clue why this is not working, is Greatly appreciated!

Sincerely,

TVZ

reply via email to

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