Calling a Python script from a
2 Aug
2002
2 Aug
'02
6:11 p.m.
Hi, 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. Where can I find some examples ? Thanks in advance. --Gilles
4 Aug
4 Aug
9:42 p.m.
New subject: [Zope-dev] Calling a Python script from a
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
8669
Age (days ago)
8671
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Gilles Lenfant