Tips: GoogleAppEngine Python
if for some reason you need to use another version of Python
google app engine on your computer can use the following command:
$ python2.5 /usr/local/bin/dev_appserver.py
$ python2.6 /usr/local/bin/dev_appserver.py
Posted by Xcode.CL (xcodecl) on Wednesday 18 August.


