LWN.net Logo

cx_Freeze 4.1.2 released

From:  Anthony Tuininga <anthony.tuininga-AT-gmail.com>
To:  primary discussion list for use and development of cx_Freeze <cx-freeze-users-AT-lists.sourceforge.net>, python-announce-AT-python.org
Subject:  cx_Freeze 4.1.2
Date:  Tue, 5 Jan 2010 22:39:21 -0700
Message-ID:  <703ae56b1001052139s676ae99cge8279d82255469af@mail.gmail.com>
Archive-link:  Article, Thread

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.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/



(Log in to post comments)

Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds