Evren Esat OZKAN <[EMAIL PROTECTED]> wrote: > I succesfuly build an exe file with PyInstaller. But when I open this > file with text editor I saw my main script totaly uncompiled. (upx > enabled) > Can I force PyInstaller to compile it too?
Yes, it's a known "bug" (or rather, missing feature) in PyInstaller. I have already fixed this in the crypt branch (which you can checkout and test, I recently synced it up with the trunk). Alas, Pyinstaller SVN is down at the moment, but I hope it will be fixed soon. I guess that the commit that fixed this in the crypt branch could be backported to the trunk. Can you please open a PyInstaller ticket on the website so that I do not forget? Thanks! Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
