使用pyinstaller从python转换后Runnable exe错误

时间:2016-11-16 16:01:20

标签: python pyinstaller

我试图将python文件转换为exe文件,以便在另一台不安装python和库的计算机上运行。我使用pyinstaller及其成功制作了一个exe文件。但是,当我运行它(.exe)时出现错误: enter image description here

在我的函数中,此行中的错误:

pyautogui.click()

功能鼠标移动pyautogui.moveTo(536, 49, 2, pyautogui.easeInOutQuad)工作正常但卡在pyautogui.click()时出现错误。 那么,pyautogui lib引起错误的原因是什么?并有任何想法解决它?我使用python 3.5,因为我知道只有pyinstaller可以使用。

0 个答案:

没有答案