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: > > 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 > >>> >
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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio