[Zope] Using external python functions from TAL

Chris Withers chrisw@nipltd.com
Tue, 10 Jun 2003 14:10:52 +0100


Sean Hastings wrote:
> <td tal:content="python:MyProduct.Functions.foo()"></td>
> 
> 
> How do I get access to this name space?

Have a look at the Products/PythonSripts/standard.py security declarations.

Then have a look at the examples of usign module functions, I think they're in 
the Zope Book somewhere in the ZPT section...

cheers,

Chris