discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Problem running examples


From: E. Ornelas
Subject: [Discuss-gnuradio] Problem running examples
Date: Thu, 23 Jul 2009 04:26:48 -0700 (PDT)

Hi.
I just installed Ubuntu 9.04.
I followed the installation guide.

But when I try to run any example I get an error like the one below:

address@hidden:~/gnuradio-3.2/gnuradio-examples/python/audio$
./audio_fft.py
Traceback (most recent call last):
  File "./audio_fft.py", line 23, in <module>
    from gnuradio import gr, gru, audio
  File "/usr/lib/python2.6/dist-packages/gnuradio/gr/__init__.py", line 43,
in <module>
    from gnuradio_swig_python import *
  File
"/usr/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_python.py", line
23, in <module>
    from gnuradio_swig_py_runtime import *
  File
"/usr/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py",
line 6, in <module>
    import _gnuradio_swig_py_runtime
ImportError: libboost_thread-gcc43-mt-1_38.so.1.38.0: cannot open shared
object file: No such file or directory

He complains about a missing file but passed all test on make check.
Another strange behavior is than the example worked the first time I tried.
5 minutes later without touching the computer the error kicks in...

What do I have to do to fix it?
-- 
View this message in context: 
http://www.nabble.com/Problem-running-examples-tp24623848p24623848.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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