On Fri, Mar 08, 2002 at 01:28:39PM +0100, Ivo van der Wijk wrote:
> On Tue, Mar 05, 2002 at 04:49:47PM +0100, Stefano Noferi wrote:
> > Hi,
> >
> > With zope 2.4.4b1 and python 2.1.2 my system auto-restart (crash) running
> > python script again..
> > It's the Restricted Python problem resolved?
> >
>
> I also still experience instabilities with 2.4.4b1/2.1.2. No coredumps,
> no traces in stupid.log or detail.log - I'm quite lost here..
>
> Matt's crash howto doesn't help either.
>
Also, I did recompile my pythonscripts (using the external method below),
this does NOT solve the problem!
def recompile_ps(self):
metatype='Script (Python)'
for name,script in self.ZopeFind(self, search_sub=1,
obj_metatypes=[metatype]):
print "recompiling",name
try:
script.ZPythonScript_edit(
script._params,
script._body
)
except: pass
return "OK"
(this code is not mine btw :)
Ivo
--
Drs. I.R. van der Wijk -=-
Brouwersgracht 132 Amaze Internet Services V.O.F.
1013 HA Amsterdam, NL -=-
Tel: +31-20-4688336 Linux/Web/Zope/SQL/MMBase
Fax: +31-20-4688337 Network Solutions
Web: http://www.amaze.nl/ Consultancy
Email: [EMAIL PROTECTED] -=-
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )