Hello, I've tweaked Build.py so that it invokes "upx --lzma" instead of "upx --best" for compressing the binaries, if upx is at least 3.0.
This provides a higher compression ratio, especially for large DLLs. I encourage everyone who cares about executable size to update PyInstaller and try again. (NOTE: you also need to prune your bincache* directories within PyInstaller, because they contain the non-lzma cached version of the binaries you have already used) -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
