On Wed, Jan 14, 2009 at 2:26 AM, feldmaus <[email protected]> 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 Radio, but it only happens if the user's code tries to access a member of a hierarchical block using the wrong name. So while the error message is not useful or helpful, the ultimate problem lies in something in your test program. -Johnathan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
