see:
http://code.google.com/appengine/articles/quotas.html
http://code.google.com/p/googleappengine/issues/detail?id=161
http://code.google.com/p/googleappengine/issues/detail?id=161#c19
now as you can see from the last link, there is hope with the new
zipimport from Guido. But it is still in dippers.
for now the exact same method used to run pylons works, as appengine
monkey isn't really 100% pylons.
http://code.google.com/p/appengine-monkey/ in fact a wikipage there
for TG will be nice.
An alternative method will be to strip all non-used files with a big
ignore regexp at appengine's config file, but as far a I know no one
has released anything like this.
I think the best approach right now is "cleaning" the install. The
biggest issue is that setuptools is "file hungry" that is it creates
about 6-7 files per egg, and since TG uses a lot of them that's about
300 files that are useless in a GAE deployment environment. So
creating a script that will delete all the cruft is ideal, in fact if
I where to try this I'll write it as a patch to google-app-monkey, so
you can have all the goodies of setuptools for development and when
it's time to deploy create a stripped down version to load into GAE.
Which basically means creating a "tg minimal" library, this was
discusses and the points outlined when GAE first came out, in this
thread. http://groups.google.com/group/turbogears-trunk/browse_thread/thread/cf04f69063ea5fc8/
If yes, is there a tutorial or some documentation available for it.
Werner
--Mark Ramm
> --
>
> You received this message because you are subscribed to the Google Groups "TurboGears" group.
> To post to this group, send email to turbo...@googlegroups.com.
> To unsubscribe from this group, send email to turbogears+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.
>
>
>
--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog
Mark Ramm wrote:
> Yea, 2.1 is pretty much figured out on GAE, but it's not been
> officially announced or anything like that.
>
Great, another reason to keep persisting on learning TB 2.
Werner