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

AttributeError: 'module' object has no attribute 'ApplicationLoggingHandler' #201

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upgrade to SDK 1.5.5
2. run python 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/tests/integration_test.py", line 179, in setUp
    port = start_server()
  File "/Users/kumar/src/google-app-engine-django/appengine_django/tests/integration_test.py", line 55, in start_server
    dev_appserver.ApplicationLoggingHandler.InitializeTemplates(
AttributeError: 'module' object has no attribute 'ApplicationLoggingHandler'

A patch to fix it is attached.

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

Revision 117

Please provide any additional information below.

I'm sort of stuck on this version of the django helper; I tried to upgrade my 
app to the other one but ran into some snags.  If you want to add me as a 
committer my Google Account is kumar.mcmillan@gmail.com and I've already signed 
the contributor agreement.  I'd be happy to maintain little things like this.

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

Attachments: