Does anyone know what python objects we can import in our Zope python scripts? When I try importing the os module my script just comes up with a zope domain login and none of my two users work. (And it simply gives me an error on including something like win32api.) Please let me write a line if you knwo about this. Thanks: my email is sztipam@vuse.vanderbilt.edu --Mate'
Mate' Sztipanovits writes:
Does anyone know what python objects we can import in our Zope python scripts? The same you can use from DTML (--> DTML reference).
I think, you will find a HowTo on zope.org how to make additional modules available. The mailing list archives, too, contain some threads about this possibility. Dieter
On Monday 02 July 2001 19:51, Mate' Sztipanovits wrote:
Does anyone know what python objects we can import in our Zope python scripts?
have a look see at zopedir/lib/python/Products/PythonScript/standard.py also, the README.txt in the same directory. there is also XXXPythonScript, that is unrestricted.
participants (3)
-
bak -
Dieter Maurer -
Mate' Sztipanovits