Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'closest': 0.07; 'succeeded.': 0.09; 'to:addr:comp.lang.python': 0.09; 'url:linux': 0.09; 'mounting': 0.16; 'pyinstaller': 0.16; 'removed:': 0.16; 'subject:exe': 0.16; 'url:pyinstaller': 0.16; 'cc:addr:python- list': 0.16; 'subject:Windows': 0.17; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'windows': 0.26; 'cc:2**0': 0.26; 'cc:addr:python.org': 0.29; 'ago': 0.31; 'actually': 0.31; 'thanks': 0.32; 'header:User-Agent:1': 0.33; 'richard': 0.34; 'received:209.85.214': 0.36; 'but': 0.37; 'received:google.com': 0.37; 'using': 0.37; 'received:209.85': 0.38; 'stable': 0.38; 'suggestions': 0.39; 'received:209': 0.39; 'accounts': 0.61; 'wine': 0.91 Received-SPF: pass (google.com: domain of richardbp@gmail.com designates 10.68.240.6 as permitted sender) client-ip=10.68.240.6; Authentication-Results: mr.google.com; spf=pass (google.com: domain of richardbp@gmail.com designates 10.68.240.6 as permitted sender) smtp.mail=richardbp@gmail.com Newsgroups: comp.lang.python Date: Wed, 22 Feb 2012 22:33:22 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=60.240.242.164; posting-account=2IMPhgoAAADBVBX9EhnSwQd79l-9tJ7H References: <19595323.1268.1329912749669.JavaMail.geo-discussion-forums@pbux2> User-Agent: G2/1.0 X-Google-Web-Client: true MIME-Version: 1.0 Subject: Re: generate Windows exe on Linux From: Plumo To: comp.lang.python@googlegroups.com 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: , Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329979479 news.xs4all.nl 6987 [2001:888:2000:d::a6]:44643 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20711 thanks J=E9r=F4me. Closest I have found is pyinstaller added support for cross-compiling a yea= r ago by mounting a Windows partition on Linux: https://groups.google.com/forum/?fromgroups#!topic/pyinstaller/KISZP5sHCWg But it was not stable so will be removed: https://groups.google.com/forum/?fromgroups#!searchin/PyInstaller/linux$20w= indows/pyinstaller/veq3BlA_Bns I have come across many vague suggestions to try using Wine with py2exe / p= yinstaller / cx_Freeze, but few accounts from people who have actually succ= eeded. Richard