Skip to content Skip to sidebar Skip to footer

Win32com (python) Error

i am trying to automate a action in notepad for a program im working on and i cant figure out an error message i am getting. import os import win32com object = win32com.client.Dis

Solution 1:

Notepad has no COM interface that I can Find. Try using pywinauto. Check this video to see how it works.


Post a Comment for "Win32com (python) Error"