discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problem while running example dialtone


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Problem while running example dialtone
Date: Wed, 27 Feb 2008 07:54:46 -0800
User-agent: Mutt/1.5.17 (2007-11-01)

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




reply via email to

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