Path: csiph.com!news.mixmin.net!news2.arglkargh.de!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!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; 'subject:Python': 0.05; 'seemed': 0.07; 'cc:addr:python-list': 0.09; 'subject:Windows': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'bug': 0.10; 'python': 0.10; '2.7': 0.13; 'weird': 0.15; 'binary,': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'subject:bit': 0.16; 'ticked': 0.16; 'later': 0.16; 'laura': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'fix': 0.21; 'cc:2**1': 0.22; '64-bit': 0.22; 'seems': 0.23; 'tried': 0.24; 'downloaded': 0.24; 'all.': 0.24; 'install': 0.25; 'error': 0.27; '32-bit': 0.29; 'installed,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'window': 0.30; 'guess': 0.31; 'computer.': 0.32; 'run': 0.33; 'problem': 0.33; 'advertised': 0.33; 'tue,': 0.34; 'python.org': 0.35; 'path': 0.35; 'skip:> 10': 0.35; 'but': 0.36; 'there': 0.36; 'subject:: ': 0.37; 'charset:us- ascii': 0.37; 'version': 0.38; 'wrong': 0.38; 'skip:p 20': 0.38; 'does': 0.39; 'subject:-': 0.39; 'still': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'telling': 0.61; 'header:In-reply- to:1': 0.84; 'subject:Failure': 0.84; 'thompson': 0.84; 'releases.': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1444211325; bh=yZswmkxSkoV+BbxCz1RUo0J7SvOWW1AYi+UcaRDB6j0=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=hK/NO5fUcfnaz4fO3qq8fKvQZn99JN2jTzAfiqzMLN8h6s6by8G8WK8Ab65dpSXpY uXbdHnLHy6bFkra68OszrCtZqqx23q4VaWpqWbRDLPKi7IciWgG5He+1vvSS9T9D/W Z0NzjUOGq4NDkbYTG7QP95m2SZbMqTlvutcDeixk= To: Ben Thompson cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: Windows 32-bit Python 3.5 Install Failure In-reply-to: <56144D97.8080209@gmail.com> References: <56144D97.8080209@gmail.com> Comments: In-reply-to Ben Thompson message dated "Tue, 06 Oct 2015 23:39:19 +0100." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <8735.1444211324.1@fido> Date: Wed, 07 Oct 2015 11:48:44 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Wed, 07 Oct 2015 11:48:45 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1444211334 news.xs4all.nl 23739 [2001:888:2000:d::a6]:42355 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97476 In a message of Tue, 06 Oct 2015 23:39:19 +0100, Ben Thompson writes: >Hi, > >I just tried using the 32-bit Python 3.5 installer for Windows from >python.org. The program seemed to run OK, I ticked the path box but >there seems to be no working python 3.5 on my (32-bit, XP) computer. The >screenshot shows that python 2.7 is still installed, path contains >Python 3 (albeit it a weird place) but if I give the full path to what I >assume is the Python 3.5 binary, I get a window telling me that the >program is not a valid application. > >My guess is that what is advertised as a 32-binary installer actually >installed a 64-bit version (because the error message described above is >what I get if I try and run a 64-bit binary). To check that I had not >accidentally downloaded the wrong installer I checked: I downloaded and >ran python-3.5.0.exe not python-3.5.0-amd64.exe. Your problem is that 3.5 does not run on XP at all. There is a bug fix going in to tell XP users this when they try to install 3.5 and later. python.org has given up support of XP for 3.5 and later releases. Laura