为了上传文件(非input),安装pyuserinput
环境介绍:win10 x64、Python 3.6.3
1.pyHook安装
pyHook下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml

下载到本地后,在cmd执行install

2.pywin32-200安装
pywin32-220下载地址:https://sourceforge.net/projects/pywin32/files/pywin32/Build%20220/

安装时,报错提示:python version 3.6-32 required,which was not found in the registry

解决办法
打开regedit注册表,Python下的3.6文件夹名称改为3.6-32,如下图所示


3.安装PyUserInput

至此已安装完成,from pymouse import PyMouse不会报错
