Program works fine when started via e.g. "StartApp.bat".
But after compiling it with "pyinstaller --onedir --add-data .\Config;.\Config main.py" it produces a strange behavior:
Running the main.exe from the dist folder opens a shell window (as pyinstaller is run without --windowed), but keeps creating new GUI windows indefinitely.
I couldn't figure out where the program starts to loop as I haven't done any GUI programming in Python yet.
I think it's just a minor tweak to avoid this loop.
Thanks for this cool software ;-)
Program works fine when started via e.g. "StartApp.bat". But after compiling it with "pyinstaller --onedir --add-data .\Config;.\Config main.py" it produces a strange behavior:
Running the main.exe from the dist folder opens a shell window (as pyinstaller is run without --windowed), but keeps creating new GUI windows indefinitely. I couldn't figure out where the program starts to loop as I haven't done any GUI programming in Python yet.
I think it's just a minor tweak to avoid this loop. Thanks for this cool software ;-)