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
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to