Hi there...

 

I have this error appear when I try to run any examples:

 

Traceback (most recent call last):

                File "./dial_tone.py", line 23, in <module>

                                from gnuradio import gr

                File
"/usr/local/lib/python2.5/site-packages/gnuradio/gr/__init__.py", line 43,
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: libgnuradio-core.so.0: cannot open shared object file: No such
file or directory

 

Same error if I try to import gnuradio.gr from within Python.

 

My Linux distro is openSUSE 11.0 and I downloaded gnuradio using svn. The
parts not set up by ./configure are audio-osx, audio-windows, audio-jack,
audio-portaudio and comedi. Make and make check are error-free.

 

The files do exist... at /usr/local/lib/ and
/home/me/gnuradio/gnuradio-core/src/lib/.libs/

 

I had a look through some earlier threads regarding this problem and tried
'sudo ldconfig', but I get "command not found".

 

Can anyone help me with this? I'm getting better with Linux, but still need
'baby step' instructions.

 

Matt

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

Reply via email to