sebastian-ardila / google-app-engine-django

Automatically exported from code.google.com/p/google-app-engine-django
Apache License 2.0
0 stars 0 forks source link

SDK 1.6 LoadAppConfig ValueError: too many values to unpack #203

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. upgrade to SDK 1.6
2. run manage.py test

What is the expected output? What do you see instead?

Traceback (most recent call last):
  ...
  File "/Users/kumar/src/google-app-engine-django/appengine_django/__init__.py", line 212, in LoadAppengineEnvironment
    appconfig, unused_matcher = dev_appserver.LoadAppConfig(PARENT_DIR, {})
ValueError: too many values to unpack

What version of the product are you using? On what operating system?

r117

Please provide any additional information below.

I've attached a patch to fix this.

NOTE: I have tried to port my app off of the Django helper but I'm still stuck 
on a few things.  If you grant me commit access at kumar.mcillan@gmail.com then 
I'd be happy to apply patches like this.

Original issue reported on code.google.com by kumar.mcmillan on 26 Nov 2011 at 7:13

Attachments:

GoogleCodeExporter commented 9 years ago
This appears to be a duplicate of 
https://code.google.com/p/google-app-engine-django/issues/detail?id=202

Original comment by wtan...@yahoo.com on 7 Jul 2013 at 7:57