root@6000t14:~/.ssh# python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
from etcd.client import Client
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/etcd/client.py", line 8, in
from requests.packages.urllib3.poolmanager import PoolManager
ImportError: No module named packages.urllib3.poolmanager
import requests
help(requests.packages)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'packages'
quit()
root@6000t14:~/.ssh# python Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.