mport win32api 安装pip install pypiwin32

pip install win32api

pip install pywin32

都会提示错误,如下:

  Could not find a version that satisfies the requirement win32api (from versions: )
No matching distribution found for win32api

改为

pip install pypiwin32

成功解决。
---------------------
作者:DaSunWarman
来源:CSDN
原文:https://blog.csdn.net/dasunwarman/article/details/78493357
版权声明:本文为博主原创文章,转载请附上博文链接!

转载:https://blog.csdn.net/dasunwarman/article/details/78493357