I have resolved with this script (i'm on OSX). http://gist.github.com/558970
On Aug 25, 12:58 am, MLTrim <[email protected]> wrote: > Ok, thank you Anand. > > On Aug 24, 11:51 pm, Anand Chitipothu <[email protected]> wrote: > > > 2010/8/24 MLTrim <[email protected]>: > > > > Luis, > > > it's documented here. > > >http://webpy.org/cookbook/templates_on_gae > > > > From my experience, it is needed. > > > Anyone can confirm? > > > Templetor compiles templates into python code and executes that. > > AppEngine's security model doesn't allow compiling/parsing arbitrary > > python code, so the templates must be compiled into python code before > > deploying. > > > Anand > > -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
