3 May
2009
3 May
'09
7:29 a.m.
On 03.05.09 09:26, Jakob Schou Jensen wrote:
Im am writing a product and would like to include ZPT's as part of the product. Is there a way that I can evaluate a piece of text (preferrably stored as a text file in the product folder) as a ZPT?
"evaluate"? In general: ZPT and PythonScripts are stricted and can not access the filesystem - except through unrestricted Python code ("trusted code") e.g. through a browser view or an external method or product code. -aj