I am just starting out, with only a vague understanding of what's going on.
I am trying to follow the tutorial here: https://developers.google.com/appengine/docs/python/gettingstarted/helloworld I've setup my test files in: "t:\website_mechanics\google_host \helloworld" and using the App Engine Launcher I am able to get the correct response via http://localhost:8081/ However I would like to be able call the python script via the command line. But when I call using lines like: dev_appserver.py t:\website_mechanics\google_host\helloworld or just dev_appserver.py --help all that happens is that the file "c:\program files (x86)\google\google_appengine\dev_appserver.py" is opened in my editor Presumably this is happening because I associated *.py files with my editor. What should *.py files be associated with, or is there another way to make an explicit call via the command line? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
