moneyapi / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

IOerror when client.py tries to log #294

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
[Use this form for both apiclient and oauth2client issues]

What steps will reproduce the problem?
1.  Run    credentials = oauth_flow.step2_exchange(code). in django

What is the expected output? What do you see instead?
Expect to finish authentication without errors.   client.py throws IOerror at 
line 1296 in client.py  when logger is called.    I need to overridet this in 
my view without having to edit the oauth/python client source code.

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

Please provide any additional information below.

Original issue reported on code.google.com by mp...@datalot.com on 5 Aug 2013 at 4:41