As I think back, the problem may have started when I decided to start using print in some test scripts. I'll do what you said and see how it goes. Thanks! _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
-----Original Message----- From: Chris McDonough [mailto:chrism@digicool.com] Sent: Thursday, April 19, 2001 12:10 PM To: Ron Bickers; zope@zope.org Subject: Re: [Zope] Zope crashing (still)
Ron,
Two things I stupidly forgot to mention in my message about the fix for PythonScripts:
- they only happened in the context of the use of "print...", "return printed"
- In order to "see" the fix, you need to make a small change to the Python Script body itself (add a space, perhaps), and re-save it. Otherwise the script will continue to cause a segfault.
Just FYI...