discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Frustrating


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Frustrating
Date: Thu, 11 Aug 2005 15:19:49 -0700
User-agent: Mutt/1.5.6i

On Fri, Aug 12, 2005 at 09:02:37AM +1200, Moir, Tom wrote:
> 
> Thank you Eric. I am using Fedora 3 on a PC trying to compile the core. That 
> worked (compiling single precision for the FFTW library). So it got through 
> the .configure stage. Then when I make the core
> it does tests... it passed the codec test ok  and the next 59 tests it then 
> said
> Pass: test-all
> 
> However, after that it comes up with loads of errors (all the same one 
> repeated at different stages). Here is one of them
> ----------------------------------------------
> make[5]: Entering directory 
> `/root/Desktop/soft/gnuradio-temp/gnuradio-core/src/ python/gnuradio/gr'
> Traceback (most recent call last):
>   File "./qa_add_and_friends.py", line 23, in ?
>     from gnuradio import gr, gr_unittest
>   File 
> "/root/Desktop/soft/gnuradio-temp/gnuradio-core/src/python/gnuradio/gr/__ 
> init__.py", line 29, in ?
>     from flow_graph import *
>   File 
> "/root/Desktop/soft/gnuradio-temp/gnuradio-core/src/python/gnuradio/gr/fl 
> ow_graph.py", line 26, in ?
>     from gnuradio_swig_python import buffer, buffer_add_reader, block_detail, 
> \
> ImportError: cannot import name buffer
> 
> and this last error 'cannot find import name buffer' appears again and again.
> 
> any ideas?
> 
> regards
> 
> Tom


You're using the wrong version of swig.  
Until I sort this problem out, you need to use either 1.3.23 or
1.3.24, NOT 1.3.25.

Eric




reply via email to

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