Trying Out the Google App Engine
(this quite an okld post, found in draft folder. may be out of date)
Maybe this is implicit for all hardened Pythoners, but for the uninitiated, using Python with Windows seems to be more of a struggle than it might otherwise be (I know, I should revive my Linux partition -- but what about everyone else?). I'm still suspicious about "C:\Program Files" in the path of any application -- although the problem seems to be
for other pilgrims -- you probably need to open a command line window (thats choose Start then Run then type cmd and click OK)
and type
python before anything in the App Engine documentation
eg
google_appengine/dev_appserver.py helloworld/
becomes
python google_appengine/dev_appserver.py helloworld/