On Sun, 25 Jun 2000 13:15:39 +1300, Graham Chiu
<[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to