Robin Becker <robin <at> NOSPAMreportlab.com> writes: > > > Well that's not really acceptable as a solution is it? :)
This doesn't happen in Python 3.0, so you could port to that. :) In 2.7, the better recursion depth handling in Py3k may be backported,but the best you can do for now is not touch the recursion limit or just shut the error up. -- http://mail.python.org/mailman/listinfo/python-list