What steps will reproduce the problem?
1. easy_install --upgrade google-api-python-client
2. Launch Python 2.7.2
3. import httplib2
4. from apiclient.discovery import build
What is the expected output?
Expected no errors
What do you see instead?
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\google_api_python_client-1.1-py2.7.egg\apiclient\discovery.py", line 66, in <module>
from oauth2client.util import _add_query_parameter
ImportError: cannot import name _add_query_parameter
What version of the product are you using? On what operating system?
Python 2.7.2 on Windows 8
Please provide any additional information below.
Trying to read/write Google Drive files from Python.
Original issue reported on code.google.com by la...@eitel.com on 2 May 2013 at 11:18
Original issue reported on code.google.com by
la...@eitel.com
on 2 May 2013 at 11:18