import win32api from pywinauto import application
app = application.Application app.start("Notepad.exe")
This is can be due to different bit versions of applications you are using here
refer:https://www.youtube.com/watch?v=fGuHMVAruAE
so better to check the bit versions