cx_Freeze 4.1.2

Anthony Tuininga anthony.tuininga at gmail.com
Wed Jan 6 06:39:21 CET 2010


What is cx_Freeze?

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. It
requires Python 2.3 or higher since it makes use of the zip import
facility which was introduced in that version.


Where do I get it?

http://cx-freeze.sourceforge.net


What's new?

Changes from 4.1.1 to 4.1.2

1) Fix bug that caused the util extension to be named improperly.

2) Fix bug that prevented freezing from taking place if a packaged
submodule was missing.

3) Fix bug that prevented freezing from taking place in Python 3.x if
the encoding of the source file wasn't compatible with the encoding of
the terminal performing the freeze.

4) Fix bug that caused the base modules to be included in the
library.zip as well as the base executables.


More information about the Python-announce-list mailing list