Hi guys, I have this application that I built with PyInstaller. It works the way it should on Windows Vista, Windows 7, and Fedora 17. The produced executable for Windows is only 10 MB. The one produced in Linux is 50 MB. I have UPX installed on Linux.
When running pyinstaller.py, I see "UPX is available." from the console. in my spec file, I have "upx=True" under EXE(). I'm using PyInstaller 2.9.4 How do I know if UPX is actually being used? Thanks! -- Randell -- 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. For more options, visit https://groups.google.com/groups/opt_out.
