[Zope-dev] Calling a Python script from a
Dieter Maurer
dieter@handshake.de
Sun, 4 Aug 2002 23:42:00 +0200
Gilles Lenfant writes:
> I'm searching a way to execute a ZODB untrusted python script with parameters and appropriate bindings (context, container...) from a file system Zope product.
You access the script through acquisitions and call it with
its parameters. Binding is handled automatically.
> Where can I find some examples ?
It something like:
self.myPythonScript(a1,a2,...)
Do you need more?
Dieter