[Zope] Calling a Script from ZPT

2006-09-18 Thread Ferhat Ayaz
Hi, a quick and newbie question: How can I call a Script (Python) within a page template. I'm using the 'define' tag: tal:contain define=no_matter_var python:context.mycall(myParam)/ Is there a more serious way to do this? Thanks, Ferhat __

Re: [Zope] Calling a Script from ZPT

2006-09-18 Thread Andreas Jung
--On 18. September 2006 06:43:46 -0700 Ferhat Ayaz [EMAIL PROTECTED] wrote: Hi, a quick and newbie question: How can I call a Script (Python) within a page template. I'm using the 'define' tag: tal:contain define=no_matter_var python:context.mycall(myParam)/ Is there a more serious way

Re: [Zope] Calling a Script from ZPT

2006-09-18 Thread Tino Wildenhain
--On Montag, 18. September 2006 06:43 -0700 Ferhat Ayaz [EMAIL PROTECTED] wrote: Hi, a quick and newbie question: How can I call a Script (Python) within a page template. I'm using the 'define' tag: tal:contain define=no_matter_var python:context.mycall(myParam)/ Is there a more