I recently upgraded my sdk to 1.6.1 on Windows Vista and I now get an
error anytime I try to run the devserver. The error is below. I have
tried reinstalling/rebooting and get the same issue with every app,
including the sample guestbook app.
I run:
dev_appserver.py guestbook
Traceback (most recent call last):
File "C:\Program Files (x86)\Google\google_appengine
\dev_appserver.py", line 99, in <module>
run_file(__file__, globals())
File "C:\Program Files (x86)\Google\google_appengine
\dev_appserver.py", line 95, in run_file
execfile(script_path, globals_)
File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\tools\dev_appserver_main.py", line 689, in <module>
sys.exit(main(sys.argv))
File "C:\Program Files (x86)\Google\google_appengine\google\appengine
\tools\dev_appserver_main.py", line 599, in main
appinfo, matcher = dev_appserver.LoadAppConfig(root_path, {})
ValueError: too many values to unpack
Did I mess something up? or does anyone have any other troubleshooting
ideas?
--
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.