在更新python,pyistaller,pyqt5,pyqt5-tools之后,我实际上遇到了类似here所述的问题。在我运行已编译的独立可执行文件时,在没有app.setStyle('windowsvista')
的情况下获得所需的“Windows Vista风格”之前。
现在我获得了Windows “经典风格”。如果我在PyCharm中启动应用程序,它将使用所需的“Windows Vista风格”。
目前安装在Win7 64bit上:
Python:3.6.4
PyInstaller:3.3.1
PyQt5:5.10
pyqt5-tools:5.9.0.1.2(更新到5.9.1.1不起作用)
有没有人知道为什么PyInstaller会忽略这种风格?