5

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.

Rahul
  • 10,830
  • 4
  • 53
  • 88

1 Answers1

3

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.

strangeqargo
  • 1,276
  • 1
  • 15
  • 23
  • 2
    pywin32 doesn't works with python3 after installing from pip. working on this http://stackoverflow.com/questions/7238403/import-win32api-error-in-python-2-6/35272621#35272621 – Rahul May 03 '16 at 10:41
  • well, python support for windows as always... unstable ( – strangeqargo May 03 '16 at 10:42