Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:sourceforge': 0.02; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:exe': 0.16; 'url:pyinstaller': 0.16; 'win32api': 0.16; 'subject:Windows': 0.17; 'wrote:': 0.18; 'this?': 0.19; 'say,': 0.19; 'trying': 0.21; 'header:In-Reply-To:1': 0.22; 'compile': 0.29; 'pm,': 0.29; "didn't": 0.30; 'header:User-Agent:1': 0.33; 'it.': 0.33; 'header:X-Complaints-To:1': 0.34; 'to:addr:python- list': 0.35; 'install': 0.35; 'received:org': 0.36; 'run': 0.37; 'but': 0.37; 'could': 0.38; 'some': 0.38; 'think': 0.38; 'url:org': 0.39; 'received:de': 0.39; 'to:addr:python.org': 0.40; 'taylor': 0.67; '07:05': 0.84; 'wine': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Gelonida N Subject: Re: generate Windows exe on Linux Date: Wed, 22 Feb 2012 23:25:07 +0100 References: <19595323.1268.1329912749669.JavaMail.geo-discussion-forums@pbux2> <20120222184211.1935846f@bouzin.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: unicorn.dungeon.de User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Lightning/1.0b2 "" In-Reply-To: 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329949521 news.xs4all.nl 6945 [2001:888:2000:d::a6]:51989 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!news.ecp.fr!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20699 On 02/22/2012 07:05 PM, Alec Taylor wrote: > http://www.pyinstaller.org/ > > or > > http://cx-freeze.sourceforge.net/ > > You can also run py2exe in WINE > You want to say, that I could install python 2.6 some packages like win32api PyQt and tand py2exe under Wine and then compile it. Did you try this? I didn't even think about trying this out, but I know very little about the limits of Wine, so perhaps I underestimate it.