This is the closest to an official method (Matt Feiferlak's), but it doesn't do everything and hasn't been updated since Pylons 0.9.7 . http://wiki.pylonshq.com/pages/viewpage.action?pageId=17465426
You can search the pylons-discuss archive for people's various attempts. Some of the former problems have been fixed. Setuptools works now, and the file-number limit has been raised so you don't need zipped eggs. I would also look at the small WSGI frameworks that were designed for App Engine, which are on PyPI. They may be easier to use and install. On Wed, Jun 16, 2010 at 9:46 AM, Matt Feifarek <[email protected]> wrote: > Nope, it's all "hacks". It can be done, but it requires some monkeying. > GAE does WSGI, but not Paste, an that's the tricky bit. > > On Wed, Jun 16, 2010 at 1:39 AM, marc <[email protected]> wrote: >> >> I might be missing something(or maybe just being a newbie). But is the >> only way to get pylons to work with GAE to use one of the "hacks" I >> can find on the internet? >> Or is there a way to set it up using Paste and WSGI? > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" 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/pylons-discuss?hl=en. > -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
