[ZPT] text/server-python
Nicolas Legault
nicolasl at immocontrole.ca
Tue Jul 5 13:35:33 EDT 2005
Is it a bug or this code is now not supported in Zope 3.1 ?
01 <html><body>
02 <script type="text/server-python">
03 global x
04 x = "Hello World!"
05 </script>
06 <b tal:content="x" />
07 </body></html>
this code is from
http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3GUI
If it's not supported anymore, is there a way to return values from the
python script and use them in the zpt ?
Nicolas Legault
Immo-Controle Inc.
Chambly, Qc, Canada
514-272-3453 Ext 2
More information about the ZPT
mailing list