Почему я получаю ошибку — ImportError: No module named httplib2?
При запуске quickstart.py в терминале у меня пишет --"ImportError: No module named httplib2"-- хотя у меня доступ к httplib2 есть, где же провал ? Заранее спасибо
Traceback (most recent call last):
File "quickstart.py", line 2, in
import httplib2
ImportError: No module named httplib2
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
google-api-python-client (1.6.2)
httplib2 (0.10.3)
oauth2client (4.0.0)
pip (9.0.1)
pyasn1 (0.2.3)
pyasn1-modules (0.0.8)
rsa (3.4.2)
setuptools (28.8.0)
six (1.10.0)
uritemplate (3.0.0)