Среда разработки
1. Windows 10 / Python 3.6.8 / Pyinstaller 3.4 / PyQt5 5.10
2. Windows 10 / Python 3.6.8 / Pyinstaller 3.4 / PySide2 5.11.0
3. Windows 10 / Python 3.6.8 / Pyinstaller 3.4 / PyQt5 5.9.2
Среда выполнения
Windows Server 2008 SP2
В случае 1, 2: произошла ошибка ниже.
qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized.
Reinstalling the application may fix this problem.
Available platform plugins are: minimal, offscreen, webgl, windows.
Но случай 3: ошибки нет.
Результаты тестирования более высоких версий, чем Qt 5.10, такие же, как в случае 1, 2.
Я должен использоватьPySide2.но PySide2 не имеет более низкой версии, чем Qt 5.9.2.
Есть ли способ избежать ошибки, используя PySide2?