I have an application written in Python and \'compiled\' with PyInstaller. It also uses PyQt for the GUI framework.
Running this application has a delay of about 10
I have 'compiled' a few wxPython apps using py2exe and cx_Freeze, None of them take more than 4 seconds to start.
I never used pyQT, but with wxPython the startup speed is OK, and after the first initialize if I close and open again, it's faster than the first time.