cx_Freeze 4.3.4

Anthony Tuininga anthony.tuininga at gmail.com
Sat Dec 27 01:03:07 CET 2014


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.6 or
higher, including Python 3.


Where do I get it?

http://cx-freeze.sourceforge.net


What's new?

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


More information about the Python-announce-list mailing list