Using python modules in Zope
Thomas Guettler
zopestoller at thomas-guettler.de
Wed Jan 8 10:49:39 EST 2003
More information about the Python-list mailing list
Wed Jan 8 10:49:39 EST 2003
- Previous message (by thread): ping multiple Ips with python
- Next message (by thread): Using python modules in Zope
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): ping multiple Ips with python
- Next message (by thread): Using python modules in Zope
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list