[PyInstaller] Pyinstaller 6.3.0 exe error: missing PySide2.QtWidgets module

2023-12-27 Thread Pál Gélák
It seems to be everythin installed fine. In PyCharm runs well, but after PyInstaller the exe stops with missing module error. I tried --hidden imports, colletc subsystem and that I found on net. I didnt find a solution. Pali -- You received this message because you are subscribed to the

[PyInstaller] PyInstaller: FormatMessageW failed on 64-bit

2023-12-27 Thread Joe R.
Hello, I'm unfortunately having another issue getting my Python packages in my PyInstaller script fully up-to-date. I'm a current developer on PySolFC - we have an AppVeyor script that runs PyInstaller to generate our installers. And while it used to work fine, we recently had some issues