7 Mar
2002
7 Mar
'02
9:41 p.m.
Peter Bengtsson wrote:
I am doing a project in Zope and I need to place a delay in one of my python scripts in ZOPE without using the python module "time.sleep" is there a nother way to do this???
Why can't you use time.sleep?
time.sleep is not allowed in python scripts,
So allow it! :-) See lib/python/Products/PythonScripts.py ...to see how cheers, Chris