I found my problem, I had to delete the copy that is made in the "VirtualStore" directory in Windows 7 (C:\Users\<username>\AppData \Local\VirtualStore\Program Files (x86)\Google\google_appengine). I guess the old version didn't get removed completely during the uninstall/install.
Thanks On Dec 21, 10:47 am, someone1 <[email protected]> wrote: > What version did you upgrade from? Seems like an incomplete upgrade > from a pre-1.6.0 SDK. Remove the installation and try to reinstall. > > -Prateek > > On Dec 20, 7:15 pm, JimJty <[email protected]> wrote: > > > > > > > > > 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.
