Search code examples
python-3.xcomtypes

Is comtypes compatible with Python3?


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?


Solution

  • The answer lies in setup.py. comtypes uses 2to3 to achieve Python 3 compatibility.