This is my directory structure:
GAE
myapp
app.yaml
hello
hello.go
I'm on OSX and I cd to the GAE directory, (I have added the Google app engine folder to my path) and then do the following command:
dev_appserver.py myapp/
This is what I get in response:
WARNING 2012-04-01 12:39:26,966 urlfetch_stub.py:111] No ssl package found. urlfetch will not be able to validate SSL certificates.
WARNING 2012-04-01 12:39:26,994 rdbms_mysqldb.py:74] The rdbms API is not available because the MySQLdb library could not be loaded.
Traceback (most recent call last):
File "/Users/Jonathan/Downloads/google_appengine-2/dev_appserver.py", line 125, in <module>
run_file(__file__, globals())
File "/Users/Jonathan/Downloads/google_appengine-2/dev_appserver.py", line 121, in run_file
execfile(script_path, globals_)
File "/Users/Jonathan/Downloads/google_appengine-2/google/appengine/tools/dev_appserver_main.py", line 690, in <module>
sys.exit(main(sys.argv))
File "/Users/Jonathan/Downloads/google_appengine-2/google/appengine/tools/dev_appserver_main.py", line 578, in main
root_path, {}, default_partition=default_partition)
File "/Users/Jonathan/Downloads/google_appengine-2/google/appengine/tools/dev_appserver.py", line 3122, in LoadAppConfig
raise AppConfigNotFoundError
google.appengine.tools.dev_appserver.AppConfigNotFoundError