On 2/28/08, sriram s <[EMAIL PROTECTED]> wrote:
> ImportError: libgnuradio-core.so.0: cannot open shared object file: No such
> file or directory
You likely need to run:
$ sudo ldconfig
...in order for the system to "learn" the new libraries that have been
installed.
--
Johnathan Corgan
Corga
Hello everyone,
I'm getting this error while importing gnuradio
packages.
>>> from gnuradio import gr
Traceback (most recent call last):
File "", line 1, in ?
File "/usr/local/lib/python2.4/site-packages/gnuradio/gr/__init__.py", line
27, in ?
from gnuradio_swig