Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed5.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python.': 0.02; 'url:sourceforge': 0.03; 'python': 0.09; 'subject:python': 0.11; 'bug:': 0.16; 'received:188.40.28': 0.16; 'received:your- server.de': 0.16; 'url:33': 0.16; 'mon,': 0.16; 'wrote:': 0.17; '3.x': 0.22; 'url:bugs': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'fixed': 0.28; 'url:mailman': 0.29; 'convert': 0.29; 'url:python': 0.32; 'url:listinfo': 0.32; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'version': 0.34; 'nov': 0.35; 'pm,': 0.35; 'there': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:with': 0.36; 'possible': 0.37; 'far': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'latest': 0.61; 'url:p': 0.63; 'great': 0.64; 'received:178': 0.65; 'soon...': 0.84; 'yours': 0.88 Date: Tue, 06 Nov 2012 10:00:47 +0100 From: Tobias Marquardt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: python-list@python.org Subject: Re: py2exe with python 3.x References: <0d6ffba7-df53-43d7-9943-8aab2fa5149f@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: tm@tobix.eu X-Virus-Scanned: Clear (ClamAV 0.97.5/15542/Tue Nov 6 00:29:23 2012) 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1352194062 news.xs4all.nl 6940 [2001:888:2000:d::a6]:60175 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32813 Am 05.11.2012 20:39, schrieb Kwpolska: > On Mon, Nov 5, 2012 at 8:34 PM, Monkey wrote: >> Hi, >> i wonderd if there is a way to convert a py-file to a exe-file with version 3.x of python. >> >> I know that it was possible till version 2.7.x. But is there a way to do it in version 3.x? >> >> Yours sincerely, >> Monkey >> -- >> http://mail.python.org/mailman/listinfo/python-list > Use cx_Freeze: http://cx-freeze.sourceforge.net/ > cx_Freeze is great as far as you don't need to use the latest Python version 3.3.0, because there is still a bug: http://sourceforge.net/p/cx-freeze/bugs/33/ I hope this will be fixed soon...