On Mon, Sep 29, 2008 at 9:32 AM, Sam G <[EMAIL PROTECTED]> wrote: > > TurboGears Group, > > I am wondering about the status of any development to make TG work on > Google App Engine. Is there anything in the pipeline? Does it work > already? > We are pretty much stuck with the 1000 files issue, Which is a show stopper for the usual way of turbogears packaging, IE eggs
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. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

