28 Mar
2001
28 Mar
'01
7:22 p.m.
From: "Mayers, Philip J" <p.mayers@ic.ac.uk>
I have a PythonScript (called as a Web page) which renders the HTML by calling external DTML documents, and supplies form field variables as 10 keyword arguments. This seems to crash Zope if called under load. If I don't supply the keyword arguments (and of course, the field isn't filled in) then everything is OK.
Just to get this out of the way as a possible cause, if you grep PythonScript.py for "magic", does the following line have quote marks around the first 'Python_magic' (in getattr)? It should. if getattr(self, 'Python_magic', None) != Python_magic: Cheers, Evan @ digicool