Is comtypes compatible with Python3?
(I assume "no", but would like confirmation as it isn't written anywhere explicitly)
Additionally, any idea what would be closest replacement for comtypes on python3?
The answer lies in setup.py
. comtypes
uses 2to3
to achieve Python 3 compatibility.