Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #763 > unrolled thread

cx_Freeze 4.3.1

Started byAnthony Tuininga <anthony.tuininga@gmail.com>
First post2012-11-23 20:27 -0700
Last post2012-11-23 20:27 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  cx_Freeze 4.3.1 Anthony Tuininga <anthony.tuininga@gmail.com> - 2012-11-23 20:27 -0700

#763 — cx_Freeze 4.3.1

FromAnthony Tuininga <anthony.tuininga@gmail.com>
Date2012-11-23 20:27 -0700
Subjectcx_Freeze 4.3.1
Message-ID<mailman.256.1353771498.29569.python-announce-list@python.org>
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.
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.


Where do I get it?

http://cx-freeze.sourceforge.net


What's new?

The release notes can be read here as well:

http://cx_freeze.readthedocs.org/en/latest/releasenotes.html

1) Added support for the final release of Python 3.3.

2) Added support for copying the MSVC runtime DLLs and manifest if desired
by using the --include-msvcr switch. Thanks to Almar Klein for the initial p
atch.

3) Clarified the documentation on the --replace-paths option. Thanks to
Thomas Kluyver for the patch.

Bugs fixed:

1) Producing a Mac distribution failed with a variable reference.

2) Freezing a script using PyQt on a Mac failed with a type error.

3) Version number reported was incorrect. (Issue #7)

4) Correct paths during installation on Windows. (Issue #11)

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web