7 Jan
2002
7 Jan
'02
8 p.m.
----- Original Message ----- From: <complaw@hal-pc.org> To: <zope@zope.org> Sent: Monday, January 07, 2002 14:54 Subject: [Zope] xmDateTime Substitute for Zope?
An application has need for the RelativeDateTime() feature of mxDateTime. However, if one tries (in a python script)...
from mx.DateTime import *
.. Zope returns an error message indicating that the attempted import was unauthorized.
Does anyone know of a substitute? Or how the problem could be circumvented?
read lib/python/PythonScripts/README.txt how to allow usage of other Python modules inside PythonScripts. Andreas