Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'whatever.': 0.07; 'python': 0.08; 'scripts': 0.09; '*is*': 0.09; 'libraries.': 0.09; 'exe': 0.16; 'executables': 0.16; 'header:X-Face:1': 0.16; 'received:lan': 0.16; 'subject:exe': 0.16; 'subject:Windows': 0.17; 'wed,': 0.17; 'wrote:': 0.18; 'linux,': 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; "i'm": 0.28; 'script': 0.28; 'seem': 0.29; 'creates': 0.31; 'equivalent': 0.31; '+0100': 0.32; 'anyone': 0.32; 'totally': 0.32; 'richard': 0.34; 'anything': 0.34; 'to:addr:python-list': 0.35; 'trouble': 0.35; 'google': 0.35; 'question': 0.36; 'run': 0.37; 'but': 0.37; 'using': 0.37; 'think': 0.38; 'url:org': 0.39; 'tool': 0.39; 'might': 0.40; 'to:addr:python.org': 0.40; 'received:89': 0.69; '-0800': 0.84; 'about?': 0.84 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on jeftof X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1 Date: Wed, 22 Feb 2012 18:42:11 +0100 From: =?UTF-8?B?SsOpcsO0bWU=?= To: python-list@python.org Subject: Re: generate Windows exe on Linux In-Reply-To: References: <19595323.1268.1329912749669.JavaMail.geo-discussion-forums@pbux2> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.9; x86_64-pc-linux-gnu) X-Face: "kBB1-!wF@,"j_&tJ&7; T,t)PeQkZg5?.:{p,s>/,+?b6pN5!yxZy^nRXA=*?W+|J9OG!W[rdx^VA^Sx`R"g,; +MzhAq"tZFg27W4qX+ZXvLX=%piZ6c.7@oSDHyQ0Mff#HGx<{ Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329932662 news.xs4all.nl 6922 [2001:888:2000:d::a6]:51638 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20687 Wed, 22 Feb 2012 18:19:12 +0100 Waldek M. a =C3=A9crit: > 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. >=20 > And what exactly *is* this exe about? Whatever. =20 > > Has anyone had success generating exe's from within Linux? >=20 > 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.=20 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/ --=20 J=C3=A9r=C3=B4me