python 使用pyhook报错TypeError: KeyboardSwitch()

问题描述:python3.7 使用pyhook报一下错误

python 使用pyhook报错TypeError: KeyboardSwitch()

该问题为python3在windows平台下的一个bug。

解决方法:如果你不想更换Linux、不想更换为python2不想使用别的模块安装PyHook3。

1. pip install PyHook3

报错没有swig.exe

python 使用pyhook报错TypeError: KeyboardSwitch()

2. 安装swig

https://sourceforge.net/projects/swig/

下载后,根目录路径放到环境变量path中。重新执行。

python 使用pyhook报错TypeError: KeyboardSwitch()

3. 安装vc++ 14.0

缺少vc++ 14.0 下载安装,继续执行

python 使用pyhook报错TypeError: KeyboardSwitch()

4. 替换rc文件

复制C:\Program Files (x86)\Windows Kits\8.1\bin\x86下的rc.exe和rcdll.dll。

python 使用pyhook报错TypeError: KeyboardSwitch()

粘贴到C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin文件夹下。

python 使用pyhook报错TypeError: KeyboardSwitch()

5. 再次运行,安装成功

代码中import PyHook改为import PyHook3即可。

上一篇:TypeError: must be str, not bytes


下一篇:【微信小程序企业级开发教程】TypeError: Cannot read property ‘data‘ of undefined