I’ve added a new App Engine shell app for the Python 2.7 runtime:
It complements the existing Python 2.5, HRD, and JVM language shell apps as well as other, even better third party projects like App Engine Console.
Enjoy!
I’ve added a new App Engine shell app for the Python 2.7 runtime:
It complements the existing Python 2.5, HRD, and JVM language shell apps as well as other, even better third party projects like App Engine Console.
Enjoy!
2 Comments
Hi, is the updated source available somewhere? Also, could you update the shell app so it loads all the available libraries (ie. setuptools, lxml, etc) ?
Thanks!
glad you’re interested!
i’m working on getting the changes into the repo. in the meantime, feel free to apply them yourself. other than
runtime: python27andthreadsafe: falseinapp.yaml, i only made one minor bug fix. here’s the patch:Post a comment...