[Zope] Time module in python scripts

Chris Muldrow cmuldrow@fredericksburg.com
Thu, 06 Feb 2003 16:49:31 -0500


I'm trying to do
Import time
Time=time.time()

in a Python Script, but I'm getting login prompts and "Error Value: You are
not allowed to access time in this context" messages. Is the time module one
that's restricted in Python Script?
Chris