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 :-( Same thing happened with 2.2.0b1. Also, if I try to access any pages that use SQLSession ( an older version ), I get authentication challenges from ZopeSecurityPolicy.py when I use the getName() method of the session object. Hopefully this will go away if I upgrade to the latest version. -- Regards, Graham Chiu gchiu<at>compkarori.co.nz http://www.compkarori.co.nz/index.php Powered by Interbase and Zope
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
participants (2)
-
Graham Chiu -
Toby Dickenson