[ZPT] can zpt help solve world hunger?
Guido van Rossum
guido@digicool.com
Mon, 21 May 2001 15:27:33 -0400
> i was wondering if zpt can be used outside of zope (in a manner similiar to
> dtml)? if not, whats needed to change this?
TAL and METAL can be used fine outside Zope -- just install the TAL
Python package. But the execution engine that it provides
(DummyEngine) doesn't follow the TALES spec. If you want TALES, Evan
has to reply -- I don't know enough about it.
--Guido van Rossum (home page: http://www.python.org/~guido/)