Peter Manton :: Tech Notes
Pages
(Move to ...)
Home
▼
Wednesday, 27 September 2017
Python ldap: AttributeError: module 'ldap' has no attribute 'open'
Uninstall the older ldap module:
sudo pip uninstall ldap
and install the newer 'python-ldap' module:
sudo pip install python-ldap
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment