On Wed, Feb 27, 2008 at 03:10:51PM +0500, zafar ali wrote:
> Hi ! every one
> When i run the dial tone example i get the following  messages
> 
> ./dial_tone.py
> /usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py:6:
> RuntimeWarning: Python C API version mismatch for module
> _gnuradio_swig_py_runtime: This Python has API version 1013, module
> _gnuradio_swig_py_runtime has version 1012.
>   import _gnuradio_swig_py_runtime
> /usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py:6:
> RuntimeWarning: Python C API version mismatch for module swig_runtime_data3:
> This Python has API version 1013, module swig_runtime_data3 has version
> 1012.

This sounds like portions of the system were compiled using different
versions of python.

Try uninstalling everything, then rebuilding from scratch.

  $ rm -fr /usr/local/lib/python2.5/site-packages/gnuradio
  $ rm -fr /usr/local/lib/libgnuradio*

Eric


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to