When I try to quickly launch the Google Drive SDK example, I get the following error message ( https://developers.google.com/drive/quickstart ).
Traceback (most recent call last): File "quickstart.py", line 6, in <module> from apiclient.discovery import build File "build/bdist.macosx-10.6-intel/egg/apiclient/discovery.py", line 45, in <module> File "build/bdist.macosx-10.6-intel/egg/apiclient/errors.py", line 26, in <module> ImportError: cannot import name util
As explained in the tutorial, first on my Mac I terminal:
easy_install --upgrade google-api-python-client
I am using Mac OS 10.7.4 python 2.7.2
Damon source share