python No module named 'pynput' pyinstaller xxx.spec打包后,执行exe报错

 

切换到了一个不同的模块pywinauto,它是由pyinstaller官方支持的,并使用:

import pywinauto
pywinauto.mouse.double_click(button='left', coords=(0, 0))

 

posted @ 2023-12-29 09:16  txwtech  阅读(105)  评论(0编辑  收藏  举报