discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] new gnuradio installation problem


From: Steve Kuhlmann
Subject: [Discuss-gnuradio] new gnuradio installation problem
Date: Tue, 14 Nov 2006 11:15:35 -0600

Hello.  I have installed gnuradio and other components following trac on a Linux machine running Redhat. When trying to run dial_tone.py I get the following error:

 

address@hidden audio]$ python dial_tone.py

Traceback (most recent call last):

  File "dial_tone.py", line 23, in ?

    from gnuradio import gr

  File "/usr/lib/python2.3/site-packages/gnuradio/gr/__init__.py", line 27, in ?    from gnuradio_swig_python import *

  File "/usr/lib/python2.3/site-packages/gnuradio/gr/gnuradio_swig_python.py", line 4, in ?

    import _gnuradio_swig_python

ImportError: /usr/lib/python2.3/site-packages/gnuradio/gr/_gnuradio_swig_python.so: undefined symbol: _Z14gr_make_agc_fffff

 

 

My PYTHONPATH is set to:  /usr/lib/python2.3/site-packages.   I did a “nm _gnuradio_swig_python.so” and indeed found the undefined symbol was undefined.

My LD_LIBRARY_PATH does not seem to matter.

 

I found a discussion of PYTHONPATH inside the file run_tests.in,  my version of run_tests.in does not seem to have a PYTHONPATH definition.

 

I have put all my installation log files,  and run_tests.in,   at www.hep.anl.gov/stk/gnuradio/.

 

 

Steve Kuhlmann


reply via email to

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