Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.chainon-marquant.org!nntpfeed.proxad.net!proxad.net!feeder1-1.proxad.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'url:sourceforge': 0.02; 'whatever.': 0.07; 'python': 0.08; 'scripts': 0.09; '*is*': 0.09; 'libraries.': 0.09; 'am,': 0.12; 'exe': 0.16; 'executables': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'subject:exe': 0.16; 'url:pyinstaller': 0.16; 'cc:addr:python-list': 0.16; 'subject:Windows': 0.17; 'wed,': 0.17; 'wrote:': 0.18; 'cc:no real name:2**0': 0.21; 'linux,': 0.21; 'received:209.85.210.174': 0.21; 'received:mail-iy0-f174.google.com': 0.21; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'feb': 0.22; 'runs': 0.23; 'tool,': 0.23; 'windows': 0.26; 'cc:2**0': 0.26; 'url:mailman': 0.27; "i'm": 0.28; 'script': 0.28; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.29; 'seem': 0.29; 'creates': 0.31; 'equivalent': 0.31; 'url:listinfo': 0.32; '+0100': 0.32; 'thu,': 0.32; 'anyone': 0.32; 'totally': 0.32; 'richard': 0.34; 'anything': 0.34; 'trouble': 0.35; 'google': 0.35; 'url:python': 0.35; 'question': 0.36; 'run': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'using': 0.37; 'received:209.85': 0.38; 'think': 0.38; 'url:org': 0.39; 'received:209': 0.39; 'tool': 0.39; 'might': 0.40; 'header:Received:6': 0.61; 'to:charset:iso-8859-1': 0.82; '-0800': 0.84; 'about?': 0.84; 'wine': 0.91 Received-SPF: pass (google.com: domain of alec.taylor6@gmail.com designates 10.42.46.76 as permitted sender) client-ip=10.42.46.76; Authentication-Results: mr.google.com; spf=pass (google.com: domain of alec.taylor6@gmail.com designates 10.42.46.76 as permitted sender) smtp.mail=alec.taylor6@gmail.com; dkim=pass header.i=alec.taylor6@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=h2SFvwpvrmPK5j6QB9pdiFIcTnTDTOVhg8OWmWGMV4c=; b=HDypPQnmNwfC+k8ECxVTsVVO1UEFYdRWAgqSFlZlWuBY+GM9ukhlvJdSoEEJBPVgHo 4REfCfNyIEF6LQeMF4ICXLf72jFLcIZEUS05EpLIFuC1tkutErrcQKX8WOJOknLvRCPf Zg5TY2MWSy6sTWF1dgChliCBrgz98ZPljRHXU= MIME-Version: 1.0 In-Reply-To: <20120222184211.1935846f@bouzin.lan> References: <19595323.1268.1329912749669.JavaMail.geo-discussion-forums@pbux2> <20120222184211.1935846f@bouzin.lan> Date: Thu, 23 Feb 2012 05:05:46 +1100 Subject: Re: generate Windows exe on Linux From: Alec Taylor To: =?ISO-8859-1?B?Suly9G1l?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329933950 news.xs4all.nl 6877 [2001:888:2000:d::a6]:32999 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20688 http://www.pyinstaller.org/ or http://cx-freeze.sourceforge.net/ You can also run py2exe in WINE On Thu, Feb 23, 2012 at 4:42 AM, J=E9r=F4me wrote: > Wed, 22 Feb 2012 18:19:12 +0100 > Waldek M. a =E9crit: > >> On Wed, 22 Feb 2012 04:12:29 -0800 (PST), Plumo wrote: >> > I have a python script using only the standard libraries. >> > Currently I use a Windows VM to generate exe's, which is cumbersome. >> >> And what exactly *is* this exe about? > > Whatever. > >> > Has anyone had success generating exe's from within Linux? >> >> That doesn't seem to have anything to do with Python, >> but you might want to google for cross-compiling. > > I think his question is totally python related. > > As I understand it, Richard creates executables from python scripts using= a > tool, such as py2exe [1], that requires windows. He would like to have an > equivalent tool that runs on linux, to avoid going through the trouble of > having to run a windows installation. > > I'm interested in such a tool as well. > > [1] http://www.py2exe.org/ > > -- > J=E9r=F4me > -- > http://mail.python.org/mailman/listinfo/python-list