On Sun, Jan 10, 2010 at 6:36 PM, Chris McDonough <chr...@plope.com> wrote:
> Miuler wrote:
>> Hi, will work chameleon on google appengine?
>> in future?
>
> Sorry, unknown.

I think it's possible to make that work without all too much work, but
it doesn't work right now.

Basically the "cached" compiled version of a template is nowadays
independent of runtime variables. So you could compile all templates
into Python code on your dev machine and upload these into App Engine.
>From what I understand it's only the ast and compiler modules required
for this compilation step, which aren't available on App Engine. The
runtime execution should be possible in the restricted Python
environment.

Some features like Genshi-style match templates might not work, but
ME/TAL should be possible. Malthe might know better :-)

Hanno
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to