Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Jan 18, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] 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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant