On Thursday, 16 May 2013 00:31:25 UTC+9, Laurence wrote: > > Ah, very interesting. > > I created a new test bundle today with UPX=True and the bundle ran without > problem!? I then compared it to my test bundle from yesterday and that > still died even though the folder contains exactly the same files with > exactly the same sizes! > > So, this compression bug that it not always causing problems. It's very > difficult to pin down. > > I then tried with UPX=False and, of course, that also ran. > > So, at least we know that UPX may be responsible for odd bugs like this. > It's good to know. > > Laurence. >
Just a follow up. I made a completely new PyQT application today. When building with PyInstaller and UPX=True, I got the same bug as before (Python crashes when using app.setWindowIcon). When I set UPX=False, the build completed and there were no errors with app.setWindowIcon. So, the conclusion is *do not use UPX=True when using PyQt*. 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.
