cx_Freeze 3.0 beta2

Anthony Tuininga anthony at computronix.com
Wed Jul 7 18:14:02 CEST 2004


What is cx_Freeze?

cx_Freeze is a set of utilities for freezing Python scripts into
executables using many of the techniques found in Thomas Heller's
py2exe, Gordon McMillan's Installer and the Freeze utility that ships
with Python itself.


Where do I get it?

http://starship.python.net/crew/atuining
http://www.computronix.com/utilities.shtml
(it may be a few days before the second site is updated)

What's new?

  1) Fix issues with locating the initscripts and bases relative to the
     directory in which the executable was started.
  2) Added new base executable ConsoleKeepPath which is used when an
     existing Python installation is required (such as for FreezePython
     itself).
  3) Forced the existence of a Python installation to be ignored when
     using the standard Console base executable.
  4) Remove the existing file when copying dependent files; otherwise, an
     error is raised when attempting to overwrite read-only files.
  5) Added option -O (or -OO) to FreezePython to set the optimization
     used when generating bytecode.

-- 
Anthony Tuininga
anthony at computronix.com

Computronix
Distinctive Software. Real People.
Suite 200, 10216 - 124 Street NW
Edmonton, AB, Canada  T5N 4A3
Phone:	(780) 454-3700
Fax:	(780) 454-3838
http://www.computronix.com



More information about the Python-announce-list mailing list