I have installed the SDK and trying to get the helloworld example in
the toturial to work. I'm working on a linux computer and when I run
the command:
[ivar...@eeyore google_appengine]$ python dev_appserver.py helloworld/
I get this errror:
Traceback (most recent call last):
File "dev_appserver.py", line 60, in <module>
run_file(__file__, globals())
File "dev_appserver.py", line 57, in run_file
execfile(script_path, globals_)
File "/cs/student/ivarton/devel/google_appengine/google/appengine/
tools/dev_appserver_main.py", line 463, in <module>
sys.exit(main(sys.argv))
File "/cs/student/ivarton/devel/google_appengine/google/appengine/
tools/dev_appserver_main.py", line 423, in main
if update_check.AllowedToCheckForUpdates():
File "/cs/student/ivarton/devel/google_appengine/google/appengine/
tools/appcfg.py", line 446, in AllowedToCheckForUpdates
nag = self._ParseNagFile()
File "/cs/student/ivarton/devel/google_appengine/google/appengine/
tools/appcfg.py", line 365, in _ParseNagFile
nag = NagFile.Load(fh)
File "/cs/student/ivarton/devel/google_appengine/google/appengine/
tools/appcfg.py", line 169, in Load
return yaml_object.BuildSingleObject(NagFile, nag_file)
File "/cs/student/ivarton/devel/google_appengine/google/appengine/
api/yaml_object.py", line 291, in BuildSingleObject
raise yaml_errors.EmptyConfigurationFile()
google.appengine.api.yaml_errors.EmptyConfigurationFile
I have tried to reinstall the SDK without any luck. When I first
installed the SDK, I got it to work, so it's a bit
strange.
Can anyone help me with this problem please?
Thanks,
Ivar
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---