Python Scripts >  cx_Freeze

 

Name       cx_Freeze
Description

cx_Freeze is a set of scripts and modules for freezing Python scripts into executables,
in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is
cross platform and should work on any platform that Python itself works on. It supports
Python 2.3 or higher (including Python 3), since it makes use of the zip import facility which was introduced in 2.3.
Note: Binary packages must be compatible with the Python installation on your
system or you will get errors in your frozen executables about missing builtin modules or missing symbols.
This is not likely to be a problem on Windows (since most installations are from python.org)
but on Linux it is more likely (since Linux distributions often package Python in different ways).
If you get such errors, download the source package and build the binaries yourself.

The links below are from November 2012 release.

OS       Windows
License

Python Software Foundation License

 

Download:

Python 3.2, 32 bit or 64 bit

Python 3.3, 32 bit or 64 bit