Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.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; 'subject:Windows': 0.09; 'python': 0.09; 'subject:Does': 0.09; 'subject:not': 0.11; ':-)': 0.13; 'subject:program': 0.16; 'subject:run': 0.16; 'windows?': 0.16; 'wxpython': 0.16; 'wrote:': 0.17; 'versions': 0.20; 'runs': 0.22; 'to:2**1': 0.23; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'run': 0.28; 'url:download': 0.29; 'probably': 0.29; 'install': 0.29; 'that.': 0.30; '(and': 0.32; 'to:addr:python-list': 0.33; 'version': 0.34; 'subject:?': 0.35; 'url:org': 0.36; 'does': 0.37; 'well.': 0.37; 'subject:: ': 0.38; 'shows': 0.38; 'page': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'received:204': 0.72; 'url:php': 0.86; 'gladly': 0.91 Date: Fri, 24 Aug 2012 10:45:10 +0200 From: Laszlo Nagy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Levi Nie , python-list@python.org Subject: Re: Does a wxPython program not run on 64bit Windows? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345797918 news.xs4all.nl 6930 [2001:888:2000:d::a6]:38344 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27786 On 2012-08-24 07:37, Levi Nie wrote: > Does a wxPython program not run on 64bit Windows? Did you at least try to download wxPython? Because the download page shows the 64bit and the 32bit versions as well. :-) http://wxpython.org/download.php By the way, the 32bit version will gladly run on a 64bit Windows. However, you will have to install the 32bit version of Python for that. (And yes, 32bit Python also runs on 64bit Windows.) wxPython also runs on OS X, and probably on any platform that runs gtk. (Practically, all popular unices.)