I am not able to import pywinauto into my program, I have installed pywinauto using pip and I checked to see if I have the latest python downloaded on my machine. This is the error message I am getting:
import pywinauto ModuleNotFoundError: No module named 'pywinauto'
please help!