Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:sourceforge': 0.03; 'reason,': 0.07; 'python': 0.09; '2.7:': 0.16; 'link)': 0.16; 'pyinstaller': 0.16; 'subject:projects': 0.16; 'this).': 0.16; 'appears': 0.18; 'versions': 0.20; 'visible': 0.22; "i'd": 0.22; 'header:In-Reply-To:1': 0.25; '2.3': 0.27; '2.6': 0.27; 'message- id:@mail.gmail.com': 0.27; 'subject:list': 0.28; 'url:mailman': 0.29; 'url:python': 0.32; 'url:listinfo': 0.32; 'to:addr:python- list': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'wrong': 0.34; 'similar': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'url:org': 0.36; 'option': 0.37; '(for': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'url:mail': 0.40; 'skip:u 10': 0.60; '(that': 0.62; 'love': 0.63; 'more': 0.63; 'url:6': 0.65; 'url:0': 0.67 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VBN1hYGJaotLyoa21u9p/WAWpsoMN+Vh78P2Tl0mGTE=; b=Plf8jdrpDOxzQtHQ+Ni/dekegLtmwxcXjGkgNIdKk+C4NaaGV6GWS5V7v7xU9Y5lOe BFw4hzPB6SAx8vWW+f2NqMQAI8Fx9OtbScJZp085/7ksNF4mdRIi1c8THLuTNj9FjhXF Vk3NwEtyL630v2a4R+shYQHiRrWOpS1jEh1+LJKIcfteay6miex/GxS5K94smvm2OlEm KgBoDdjao1EToyC/9McxHkgX1zAcEGED0Ml4S07xjdQjFNEY2c2TC6aTvo2W+4GWY6xO UylwFwp2SLWuUwId5f+RikCIGShJO6nhktfzBvCOTvfiuYW+xqkTMFtedtEmb/V7b3AQ reVQ== MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 18 Dec 2012 21:15:54 +0100 Subject: Re: py2exe is on Sourceforge list of top growth projects From: Vlastimil Brom To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1355861758 news.xs4all.nl 6884 [2001:888:2000:d::a6]:59183 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35069 2012/12/18 Colin J. Williams : ... > Yes, but py2exe appears limited to Python 2.6. > > PyInstaller is another option with similar functionality. > > Colin W. > -- > http://mail.python.org/mailman/listinfo/python-list There are versions for python 2.3 - 2.7: http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/ (for some reason, 2.6 appears in a more visible link) However, unfortunately, there isn't any support for python 3 (that I know of - I'd love to be wrong in this). vbr