I wonder if anyone has bothered to try out pyramid on this
gae/python2.7 combination and would update the docs?
In particular the tutorial "Running Pyramid on Google’s App Engine" [3]
still refers to python2.5, also I am not sure if the appengine-monkey
described in this tutorial is still needed?
-Andreas
[1] http://code.google.com/appengine/docs/python/gettingstartedpython27/
[2] http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
[3] http://docs.pylonsproject.org/projects/pyramid/en/1.2-branch/tutorials/gae/index.html
I think I heard that GAE supports Setuptools now, so the monkey may
not be needed anymore. If you can run the application without getting
ImportError on Python standard library modules, you should be OK.
After the year-long controversy this caused with GAE not supporting
pkg_resources.require(); I'd be very surprised if they didn't make
sure Python 2.7 ran smoothly with it.
--
Mike Orr <slugg...@gmail.com>
-Andreas
The docs say several more libraries are available in the runtime
environment, including Setuptools.
http://code.google.com/appengine/docs/python/python27/using27.html#Configuring_Libraries
The interface can also activate a WSGI application directly rather
than going through a CGI emulation step. If the tutorial is doing the
latter, that can be streamlined now.
--
Mike Orr <slugg...@gmail.com>
Thanks for your encouragement ;-)
Did you try with GAE 1.6.0? The release notes (the 2nd link above) say:
"The SDK now supports Python 2.7."
-Andreas