Search code examples
pythonpython-3.xpywin32win32com

What is difference between win32com and pywin32?


I know microsoft word document object mode and want to use python as development language what is difference between win32com and pywin32. I tried but could not find answer. Please guide me what to use for python 3.X.


Solution

  • win32com is a "Component Object Model" part of pywin32.

    look here for example: http://docs.activestate.com/activepython/2.4/pywin32/html/com/win32com/HTML/QuickStartClientCom.html#Using

    pywin32 works with python3.