4 Aug
2002
4 Aug
'02
9:42 p.m.
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