wanni
3 years agoOccasional Contributor
pywinauto module cannot be used
pywinauto module cannot be used. After using it, it always reports that there is no win32api module. How to solve? def aa(): import sys sys.path.insert(0, r"D:\package") from pywina...