Using python modules in Zope

Thomas Guettler zopestoller at thomas-guettler.de
Wed Jan 8 10:49:39 EST 2003


Pete schrieb:
> Hello,
> 
> I need to use xml.dom.minidom in a Zope python script but havent been able
> to do so
> due to Zope security on only allowing the base python.
> 
> I can do it using an External Method but then I lose all the security of
> Zope.

You only loose the security inside your external method.
Since you write this method it shouldn't be a problem.

Or you can write your own python product. This is the way
I do it in OOPServer (http://guettli.sf.net)

  thomas





More information about the Python-list mailing list