who said web2py not listed in GAE? 

It is listed in the getting started tutorial, that's enough by now

http://code.google.com/intl/es/appengine/docs/python/gettingstartedpython27/usingwebapp.html

*Explaining the webapp2 Framework* 

The WSGI standard is simple, but it would be cumbersome to write all of the 
code that uses it by hand. Web application frameworks handle these details 
for you, so you can focus your development efforts on your application's 
features. Google App Engine supports any framework written in pure Python 
that speaks WSGI, including Django <http://www.djangoproject.com/>, 
CherryPy<http://www.cherrypy.org/>, 
Pylons <http://pylonshq.com/>, web.py <http://webpy.org/>, and 
web2py<http://www.web2py.com/>. 
You can bundle a framework of your choosing with your application code by 
copying its code into your application directory.


El miércoles 15 de febrero de 2012 10:54:41 UTC+1, sebastian escribió:
>
> Hi List,
>
> As we all know, web2py runs very nicely in GAE. So why do they mention 
> Django and not web2py in 
> http://code.google.com/appengine/docs/python/python27/newin27.html ???
>
>
> -- 
> Sebastian E. Ovide
>
>
>
>

Reply via email to