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: u...@ubuntu:/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 >>> -- View this message in context: http://www.nabble.com/Installation-problem%3A-Ubuntu-9.04-gnuradio-binary-3.2-package-%28recursion-depth-error%29-tp25347223p25377520.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
