[python-win32] Relative Import error on Python 3

Victor Uriarte vmuriart at gmail.com
Tue May 22 16:33:08 EDT 2018


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20180522/d8dac1e4/attachment.html>


More information about the python-win32 mailing list