I'm using the "import ldap" in a python code. This is on a windows 10 machine. I installed the python-ldap module
pip3 install python-ldap
Installed the dependencies based on the instructions at Python Can't install packages Also resolved all the pip deployment issues based on Installing python-ldap in a virtualenv on Windows I'm now getting the following error when executing the import ldap statement. am I missing something here? Any ideas to resolve it?
thon39\site-packages\ldap\__init__.py", line 34, in <module>
import _ldap
ImportError: DLL load failed while importing _ldap: The specified module could not be found.