Distributing PyQT app w/ Standalone Binary.
Unsolved
General and Desktop
-
wrote on 7 Jul 2021, 09:06 last edited by SheltonCoolio 7 Aug 2021, 08:37
Hello, I am just starting in PyQT. I have created a text editor. I have used QT designer generated .ui file omegle and manually linked it in my python code , instead of compiling to Python code. I prefer that way. But my problem starts when I build python using pyinstaller. The binary file looks for the .ui file to work. I mean, I wanted to know if there is any alternative with what I will online build the python file and it will automatically compile the .ui file and after building my application will no longer need ui file... Ty in advance
-
Hi and welcome to devnet,
One thing you can do is put your .ui files into Qt's resources system.
1/2