import win32api 安装pip install pypiwin32

时间:2017-11-09 20:10:59   收藏:0   阅读:4160

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

成功解决。

原文:http://www.cnblogs.com/DaSunWarman/p/7811159.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!