Re: [Discuss-gnuradio] maximum recursion depth exceeded

2010-06-01 Thread Johnathan Corgan
On Tue, Jun 1, 2010 at 07:52, Yan Nie yn...@uwo.ca wrote: An runtime error came out when I run my python prgram: File /home/john/gnuradio/gr-iono/usrp_source_c.py, line 16, in __init__     gr.io_signature(1,1,gr.sizeof_gr_complex))    #output signiture   File

Re: [Discuss-gnuradio] maximum recursion depth exceeded

2010-06-01 Thread Eric Blossom
On Tue, Jun 01, 2010 at 09:39:47AM -0700, Johnathan Corgan wrote: On Tue, Jun 1, 2010 at 07:52, Yan Nie yn...@uwo.ca wrote: An runtime error came out when I run my python prgram: File /home/john/gnuradio/gr-iono/usrp_source_c.py, line 16, in __init__    

Re: [Discuss-gnuradio] maximum recursion depth exceeded

2010-06-01 Thread Yan Nie
Also, what version of GNU Radio are you using? (I seem to remember we made a change that produced a more informative message in this case.) Eric Thank you so much for the reply. I'm using GNU Radio 3.2 svn. I've another question related to the received data. I'm trying to capture the

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-02-01 Thread Philip Balister
On Sat, Jan 31, 2009 at 12:49 PM, Philip Balister philip.balis...@gmail.com wrote: /home/balister/oe/tmp/staging/x86_64-linux/usr/bin/python: line 1: ELF: not found /home/balister/oe/tmp/staging/x86_64-linux/usr/bin/python: line 2: syntax error: word unexpected (expecting )) This is

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-02-01 Thread Dimitris Symeonidis
Fedora 11 will indeed most likely have python 2.6: https://fedoraproject.org/wiki/Features/Python_2.6 Dimitris Symeonidis If you think you're too small to make a difference, try sleeping with a mosquito! - Amnesty International On Sun, Feb 1, 2009 at 16:57, Philip Balister

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-31 Thread Philip Balister
On Thu, Jan 29, 2009 at 5:51 PM, Johnathan Corgan jcor...@corganenterprises.com wrote: On Wed, Jan 28, 2009 at 7:30 AM, Philip Balister philip.balis...@gmail.com wrote: r...@beagleboard:~# python /usr/share/gnuradio/examples/audio/dial_tone.py Exception RuntimeError: 'maximum recursion depth

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-31 Thread Eric Blossom
On Sat, Jan 31, 2009 at 12:49:52PM -0500, Philip Balister wrote: On Thu, Jan 29, 2009 at 5:51 PM, Johnathan Corgan jcor...@corganenterprises.com wrote: On Wed, Jan 28, 2009 at 7:30 AM, Philip Balister philip.balis...@gmail.com wrote: r...@beagleboard:~# python

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-31 Thread Dimitris Symeonidis
Just informing the group that, from what it seems, the default python version for Ubuntu 9.04 will be the same it was for 8.10, namely 2.5.2: http://packages.ubuntu.com/jaunty/python Instead, python3 is included in both 8.10 and 9.04. Is the plan to port gnuradio to python3? Dimitris Symeonidis

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-31 Thread Eric Blossom
On Sat, Jan 31, 2009 at 07:16:36PM +0100, Dimitris Symeonidis wrote: Just informing the group that, from what it seems, the default python version for Ubuntu 9.04 will be the same it was for 8.10, namely 2.5.2: http://packages.ubuntu.com/jaunty/python Instead, python3 is included in both

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-29 Thread Johnathan Corgan
On Wed, Jan 28, 2009 at 7:30 AM, Philip Balister philip.balis...@gmail.com wrote: r...@beagleboard:~# python /usr/share/gnuradio/examples/audio/dial_tone.py Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in type 'exceptions.AttributeError' ignored

Re: [Discuss-gnuradio] maximum recursion depth exceeded

2009-01-14 Thread Eric Blossom
On Wed, Jan 14, 2009 at 10:26:44AM +, feldmaus wrote: Hi All, i built gnuradio companion via svn. My current System is openSuse 11.1. For testing i build up a dial tone generator, and got this error: Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in

Re: [Discuss-gnuradio] maximum recursion depth exceeded

2009-01-14 Thread Johnathan Corgan
On Wed, Jan 14, 2009 at 2:26 AM, feldmaus feldmann_mar...@gmx.de wrote: For testing i build up a dial tone generator, and got this error: Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in type 'exceptions.AttributeError' ignored This is a known bug in GNU