Re: WindowsError: stack overflow

2005-09-27 Thread Terry Reedy
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I can get through about 1750 pages of 5000 before I get a WindowsError: > stack overflow exception. Any ideas how I can keep the program chugging > along? A typical source of stack overflow is recursion. Without seei

WindowsError: stack overflow

2005-09-27 Thread hardieca
e error to a log file. I can get through about 1750 pages of 5000 before I get a WindowsError: stack overflow exception. Any ideas how I can keep the program chugging along? Regards, Chris -- http://mail.python.org/mailman/listinfo/python-list