Thanks for the assistance.

I am not using Ubuntu.  Nonetheless, the problem is fixed.
I edited bashrc.  ie:

[EMAIL PROTECTED]:~> vi .bashrc

Then I added the line to bashrc :
  export LD_LIBRARY_PATH=/usr/local/lib

[EMAIL PROTECTED]:~> source .bashrc

Now it works.

-Tom

George Nychis wrote:
Did you follow the Ubuntu install guide? Whenever I follow it, after I've completely finished the guide I have to do a 'sudo ldconfig'

Give it a shot.

- George

Tom O wrote:
Attempting to run /gnuradio-3.0.3/gnuradio-examples/python/usrp>
./usrp_oscope.py and I get:

Traceback (most recent call last):
  File "./usrp_oscope.py", line 25, in ?
    from gnuradio import gr, gru
  File "/usr/local/lib/python2.4/site-packages/gnuradio/gr/__init__.py",
line 27, in ?
    from gnuradio_swig_python import *
  File
"/usr/local/lib/python2.4/site-packages/gnuradio/gr/gnuradio_swig_python.py",
line 4, in ?
    import _gnuradio_swig_python
ImportError: libgnuradio-core.so.0: cannot open shared object file: No such
file or directory

What's the solution?

-Tom



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

Reply via email to