[Tutor] Compile py to exe in ubuntu

Chris Fuller cfuller084 at thinkingplanet.net
Thu Feb 11 05:18:50 CET 2010


Using freeze or another tool of its ilk is only going to make you an 
executable for that platform.  If you want an executable for a different 
platform, you need to set up a native Python environment with all the 
dependencies installed where Python can find them, and then use that platform's 
tools for making a standalone version.

Cheers


More information about the Tutor mailing list