[Zope] dtml-var calling python script.

Dylan Reinhardt zope@dylanreinhardt.com
Mon, 10 Mar 2003 09:03:38 -0800


At 02:09 AM 3/10/2003, Pavel Zaitsev wrote:
>Hi,
>I have a python script(pyfoo) that expects 2 parameters foo1 and foo2.
>I'd like to invoke the script from a dtml code.


<dtml-var "pyfoo(foo1, foo2)">

HTH,

Dylan