ho cercato di importare il modulo, ma sto ottenendo l'errore indicato di seguito: -Python: httplib2 modulo non trovata
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
Come risolvere questo errore?