On Tuesday, 21 May 2013 23:00:39 UTC+9, Hartmut Goebel wrote: > > Am 21.05.2013 15:45, schrieb Martin Zibricky: > > Laurence píše v Út 21. 05. 2013 v 05:44 -0700: > > So, the conclusion is *do not use UPX=True when using PyQt*. > > > Hmm, would it make sense to make the pyqt-hook *disable* UPX? >
As we know that UPX creates unstable pyqt (and I assume pyside) bundles, disabling it would make sense. However, having a hook that goes beyond its mission (to import modules) seems strange. I suggest simply documenting the problem in the section on UPX in the manual. Also, in my view, I think the default setting for UPX should be *disabled* regardless of the application. In my view, the main problem of single file bundles is not their size but their slow startup time. Disabling UPX should speed up this process slightly. As we know UPX is also sometimes creating completely broken PyQT (Pyside?) applications, there is a chance that it is breaking other applications too. The console error reports are not helpful either. Python just crashes. Users of PyInstaller will just think that it doesn't work. Laurence. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
