discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Why does swig hate me?


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Why does swig hate me?
Date: Sat, 18 Sep 2004 15:11:19 -0700
User-agent: Mutt/1.4.1i

On Sat, Sep 18, 2004 at 01:23:22PM -0500, David Carr wrote:
> I'm trying to experiment with the latest cvs gnuradio-core.  I'm using 
> a fresh cvs checkout.
> I've done make install but I get this:
> 
> $#export PYTHONPATH=/usr/lib/python2.3/site-packages
> 
> $#python dial_tone.py
> Traceback (most recent call last):
>  File "dial_tone.py", line 23, in ?
>    from gnuradio import gr
>  File "/usr/lib/python2.3/site-packages/gnuradio/gr/__init__.py", line 
> 29, in ?
>    from flow_graph import *
>  File "/usr/lib/python2.3/site-packages/gnuradio/gr/flow_graph.py", 
> line 27, in ?
>    from gnuradio_swig_python import buffer, buffer_add_reader, 
> block_detail, \ImportError: cannot import name buffer
> 
> Thanks,
> David Carr

Sorry for the lack of notice...

As of late last night we now require SWIG version 1.3.22 for CVS head.
It fixes serveral problems, including the problem with getting vectors
of complex into and out of C++ land from python.

Eric




reply via email to

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