jplana / python-etcd

A python client for etcd
Other
520 stars 210 forks source link

'module' object has no attribute 'Client' #215

Closed louisyw closed 7 years ago

louisyw commented 7 years ago

import etcd client=etcd.Client(host='w,x,y,z', port=4001)

AttributeError: 'module' object has no attribute 'Client'

sentania commented 6 years ago

@louisyw did you find a resolution for this?