discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] ask for help about installing gnu-radio


From: George Nychis
Subject: Re: [Discuss-gnuradio] ask for help about installing gnu-radio
Date: Mon, 22 Oct 2007 19:21:09 -0400
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

Give a 'sudo ldconfig' a try.

- George


address@hidden wrote:
Hello,
After installing the development package of gnu-radio, I got the following
ImportError when running qa_cvsd_vocoder.py in gr-cvsd-vocoder. Actually, I met
similar problems of running python code in other folders. But the
libgromnithread.so actually exists the /usr/local/lib. I had added this path to
the PATH environment variable.

I am not sure if my installing is correct.

thanks a lot.
nannan
--------------------
Traceback (most recent call last):
  File "./qa_cvsd_vocoder.py", line 23, in <module>
    from gnuradio import gr, gr_unittest, blks2
  File "/usr/local/lib/python2.5/site-packages/gnuradio/gr/__init__.py", line
27, in <module>
    from gnuradio_swig_python import *
  File
"/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_python.py",
line 23, in <module>
    from gnuradio_swig_py_runtime import *
  File
"/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py",
line 6, in <module>
    import _gnuradio_swig_py_runtime
ImportError: libgromnithread.so.0: cannot open shared object file: No such file
or directory



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio





reply via email to

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