Re: [Repoze-dev] chameleon and appengine

2010-01-10 Thread Chris McDonough
Miuler wrote:
 Hi, will work chameleon on google appengine?

No.

 in future? 

Sorry, unknown.

- C


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

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


Re: [Repoze-dev] chameleon and appengine

2010-01-10 Thread Hanno Schlichting
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


Re: [Repoze-dev] chameleon and appengine

2010-01-10 Thread Tim Hoffman
Hi

I am using zpt (tal/metal) on app engine. See
http://code.google.com/p/bfg-pages/

T


On Mon, Jan 11, 2010 at 12:09 AM, Miuler miu...@gmail.com wrote:

 Hi, will work chameleon on google appengine? in future?
 ___
 Repoze-dev mailing list
 Repoze-dev@lists.repoze.org
 http://lists.repoze.org/listinfo/repoze-dev


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