Error While Importing The Pywinauto Module
I'm using python(3.8)when I installed the pywinauto(0.6.8) module it got successfully installed and now whenever I am trying to import the module it showing me several errors: I ha
Solution 1:
This is bug in Python 3.8.1 and 3.7.6. Downgrade to earlier Python version.
Python 3.8.2 will revert the wrong code.
Post a Comment for "Error While Importing The Pywinauto Module"