When I run `from win32com import adsi` on PY3 I get an exception `ModuleNotFoundError: No module named 'adsi'` from `win32comext\adsi\__init__.py`
I took a look around and saw someone opened an issue with a patch before ( https://sourceforge.net/p/pywin32/bugs/620/). Is this an issue with the installation included in Anaconda?
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32