ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-announce
python-announce
cx_Freeze 2.0
by Anthony Tuininga other posts by this author
Jul 11 2003 5:02PM messages near this date
Help Support Python | Mailing list for Web framework discussion
After a rather long hiatus, I am happy to announce the release of
cx_Freeze 2.0 which contains a number of significant enhancements.


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) Added support for in process (DLL) COM servers using PythonCOM
2) Made use of new Python 2.3 modules (that work under Python 2.2
   as well) as they contain advanced functionality that make the task
   of finding modules simpler and less error prone
3) Fixed import error with C extensions in packages (thanks to Thomas
   Heller for pointing out the solution to that problem)
4) Added options to FreezePython to force the inclusion of modules that
   are not found by the module finder (--include-modules) and force the
   exclusion of modules that are found by the module finder
   (--exclude-modules)
5) Dropped the option --copy-extensions since the resulting binary is
   useless without the extensions
6) Inclusion of a sample for building a Win32 service
7) Other smaller bug fixes

-- 
Anthony Tuininga
anthony@[...].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


-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved