I'm trying to create an executable with pyinstaller from a .py file which includes loadUi, as I'm loading 2 .ui files. Unfortunately the executable created doesn't do anything.
Is there a way to create an executable from the code with the loadUi, somehow including the 2 .ui files (using pyinstaller or something else?), instead of using pyuic to include it all into one .py file in the command line?