我正在尝试使用PyInstaller将我的应用程序构建到.exe,但是看起来PyQt3D模块并不导入PyQt3D模块。用PyInstaller用Qt3D构建应用程序是不可能的,或者我需要一些额外的配置?我尝试在hidden-imports中添加PyQt3D模块,但仍然有错误: File "***\main.py", line 1: No module named 'PyQt5.Qt3D
这是给我的代码,我不完全确定runReturn的功能是什么,文档似乎有点稀疏。 app=QtGui.QApplication('monitor GUI') # Create the application if reactor is None: # reactor may be the module twisted.internet.reactor
import qt4reactor