Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.025 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'scripts': 0.03; 'url:sourceforge': 0.03; 'python': 0.11; 'py2app': 0.16; 'to:addr:lists.sourceforge.net': 0.16; 'do.': 0.18; 'unlike': 0.19; 'to:2**1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; '2.6': 0.36; 'url:org': 0.36; 'should': 0.36; 'two': 0.37; 'tools,': 0.38; 'itself': 0.39; 'to:addr:python.org': 0.39; 'to:addr:python-announce': 0.84; 'url:latest': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=slQ20F/lK3FO+cyyWxesWTeBA9hrOvKKt5hUQ0ES0no=; b=oqbnRA8yFG8fHj0wZZMECRcCMesSc1GBqOTauo7vvXReWBKSDxWEwQ+mvMaRCsytve bmmJKbrJddJH5gUZ07MbfweiWcPG3N5vBzl6qqtekhULo9jEm6sm5UZymXHYf3sKZUGF Fl0mcCoszOBd+SFOiKGA0BWkws4rScQUU/z+fm1wvI8t0XkbhIwVXq0VlkWy8nlgLJf6 YqgCIISATAPJckDjc1kb9Ptlpf009dZtaAZpY9pCruCCymuYkDCxSWZeZKlIOwAEGl+3 Odq5dVEEpg4IDsxRktN6ttvEiYHJLbRNoKJdKg+kFgCiClqrsXW6MK5awW26q6SUfH6A imLA== MIME-Version: 1.0 X-Received: by 10.152.203.236 with SMTP id kt12mr5403031lac.8.1399168175917; Sat, 03 May 2014 18:49:35 -0700 (PDT) Date: Sat, 3 May 2014 19:49:35 -0600 Subject: cx_Freeze 4.3.3 From: Anthony Tuininga To: python-announce@python.org, primary discussion list for use and development of cx_Freeze X-Mailman-Approved-At: Mon, 05 May 2014 11:34:38 +0200 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399282480 news.xs4all.nl 2967 [2001:888:2000:d::a6]:50872 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1269 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