discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] dial_tone fails on Ubuntu 10.10


From: Vijay Pillai
Subject: [Discuss-gnuradio] dial_tone fails on Ubuntu 10.10
Date: Tue, 8 Mar 2011 18:16:41 -0800 (PST)

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 :

address@hidden:/usr/local/share/gnuradio/examples/audio$ python dial_tone.py
Traceback (most recent call last):
  File "dial_tone.py", line 23, in <module>
    from gnuradio import gr
  File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/__init__.py", line 43, in <module>
    from gnuradio_swig_python import *
  File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_python.py", line 23, in <module>
    from gnuradio_swig_py_runtime import *
  File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py", line 24, in <module>
    _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
address@hidden:/usr/local/share/gnuradio/examples/audio$



reply via email to

[Prev in Thread] Current Thread [Next in Thread]