On Nov 2, 2011, at 12:16 PM, Jonathan Lundell wrote: > On Nov 2, 2011, at 12:11 PM, Jonathan Lundell wrote: > >> 1. Does anyone have a Python 2.7 web2py app running on GAE? >> >> 2. Ditto, with WSGI rather than CGI? >> >> I'm thinking that we need a new handler that's a blend of gaehandler.py and >> wsgihandler.py. > > On second thought, would it work to app.yaml to specify a script of > gaehandler.wsgiapp?
Yes! Along with a few other minor changes.

