[python-ldap] Python LDAP3 module or LDAP Module
Michael Ströder
michael at stroeder.com
Fri Sep 9 10:54:51 EDT 2016
Robert Clove wrote:
> if i do pip install python-ldap it says something microsoft visual c++ is
> required.
python-ldap is a C module wrapping the OpenLDAP client libs. Therefore pip
install requires a C compiler if PyPI does not have binaries for your OS platform.
https://www.python-ldap.org/doc/html/installing.html
I don't have a working build environment for Windows.
In former times Waldemar contributed installable Windows binaries.
> if i do pip install **any other name** i dont get this error
This is true for all pure Python modules.
For all C or C++ wrapper modules you need a compiler.
Ciao, Michael.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4245 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.python.org/pipermail/python-ldap/attachments/20160909/d46fd7fa/attachment.bin>
More information about the python-ldap
mailing list