discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Installation problem: Ubuntu 9.04-gnuradio binary


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Installation problem: Ubuntu 9.04-gnuradio binary 3.2 package (recursion depth error)
Date: Thu, 10 Sep 2009 13:43:56 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Sep 09, 2009 at 10:30:16PM -0700, DDKK wrote:
> 
> I am wondering if this is some kind of pythonpath setup error that I'm
> making.
> 
> I get the same error if I just import the gr definition from gnuradio in the
> python interpreter.  It gives me the same error message the first time,
> although it *doesn't* complain on the second and subsequent import attempts:
> 
> address@hidden:/usr/local/gnuradio_r10495/gnuradio-examples/python/audio$
> python
> Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) 
> [GCC 4.3.3] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from gnuradio import gr
> Exception RuntimeError: 'maximum recursion depth exceeded while calling a
> Python object' in <type 'exceptions.AttributeError'> ignored
> >>> from gnuradio import gr
> >>> 
> 

We fixed a Python 2.6 related quite a while ago.  Have you tried
updating to a more recent version of the trunk (or git if you like)?

Eric




reply via email to

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