[Zope] Accessing mxDateTime within python scripts
Dieter Maurer
dieter@handshake.de
Tue, 13 May 2003 19:15:56 +0200
Kahlbacher Bernhard wrote at 2003-5-13 10:09 +0200:
> I need several DateTime Funcion to create a mini-tutos system.
> So I tried to imort the mxDateTime libraries, but this doesn't work at all.
> from mx.DateTime import * results to
> You are not allowed to access DateTime in this context.
You might find a newer "mx" distribution that comes with the
necessary security declarations.
I know that Mark worked on it (in connection with his ZmxODBCDA).
I do not know, whether the enhanced "mx" package is already
released.
Dieter