26 Jun
2000
26 Jun
'00
9:31 a.m.
On Sun, 25 Jun 2000 13:15:39 +1300, Graham Chiu <anon_emouse@hotmail.com> wrote:
I've tried this again. When I access the manage page, an Import/Export tab at folder / comes up, and then Python.exe dies with an NT exception which is a stack overflow :-(
Stack overflow is a clue. Python tries to detect too-deep recursion, however in python 1.5.2 the limit is set a bit too high, and NT catches it first. There is a replacement python15.dll somewhere on www.python.org that sets the limit lower: you will get a very long traceback instead. Toby Dickenson tdickenson@geminidataloggers.com