I installed Ubuntu 10.10 on my XP machine (Dell latitude D630) and
followed all the instructions at
http://gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall.
Everything works fine till and including the “sudo make install” without
any errors. I tried running the dial_tone.py as instructed and I get the
following error.
What could be wrong here?
Best regards,
-Vijay
The error is reproduced below :
[email protected]:/usr/local/share/gnuradio/examples/audio$ python
dial_tone.py
Traceback (most recent call last):
File “dial_tone.py”, line 23, in
from gnuradio import gr
File “/usr/local/lib/python2.6/dist-packages/gnuradio/gr/init.py”,
line 43, in
from gnuradio_swig_python import *
File
“/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_python.py”,
line 23, in
from gnuradio_swig_py_runtime import *
File
“/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py”,
line 24, in
_gnuradio_swig_py_runtime = swig_import_helper()
File
“/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py”,
line 20, in swig_import_helper
_mod = imp.load_module(’_gnuradio_swig_py_runtime’, fp, pathname,
description)
ImportError: libgnuradio-core-3.3.2git.so.0: cannot open shared object
file: No such file or directory
[email protected]:/usr/local/share/gnuradio/examples/audio$