Python: 找不到 Httplib2 模块
我尝试导入这个模块,但出现了下面的错误:
sh-3.2# python -V
Python 2.6.4
sh-3.2# python -c "import httplib2"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named httplib2
这个错误该怎么解决呢?
我尝试导入这个模块,但出现了下面的错误:
sh-3.2# python -V
Python 2.6.4
sh-3.2# python -c "import httplib2"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named httplib2
这个错误该怎么解决呢?