Error while importing the pywinauto module

懵懂的女人 提交于 2021-01-28 19:31:08

问题


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 have tried to install this module on python 3.7 and facing same issue.

problem in pywinauto - TypeError: item 2 in argtypes passes a union by value, which is unsupported.


回答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.



来源:https://stackoverflow.com/questions/60588615/error-while-importing-the-pywinauto-module

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!