我制作了包括网络爬虫在内的gui意见挖掘系统 我使用PyQt4制作了Gui,使用cx_freeze制作了可执行文件 当我运行此可执行文件时,它会完美运行。 但是当我在其他计算机上运行时(我使用虚拟框对其进行了测试:窗口7) 它没有运行。
错误消息:
Traceback (most recent call last):
File "C:\Users\shic\AppData\Local\Programs\Python\Python35-32\lib\site-package
s\cx_Freeze\initscripts\__startup__.py", line 14, in run
File "C:\Users\shic\AppData\Local\Programs\Python\Python35-32\lib\site-package
s\cx_Freeze\initscripts\Console.py", line 26, in run
File "UI_design.py", line 2, in <module>
from PyQt4 import QtGui
ImportError: DLL load failed: The specified module could not be found.
我解决了其他dll错误,例如tcl86t,tk86t。
我认为PyQt4或cx_freeze有一些错误,请重新安装这些软件包, 但是没有解决。
我使用了cx_Freeze 5.1.1和PyQt4 4.11.4