Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Python 3.5.0: python.exe is not a valid Windows 32 application Date: Mon, 9 Nov 2015 03:10:25 +1100 Lines: 21 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de Gr35qYZz2EN568rRGgkIjQaq7h0f+TdLSHXMCiKW4L6g== 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; 'received:209.85.223': 0.03; 'subject:Python': 0.05; 'problem?': 0.07; 'subject:application': 0.07; 'x86': 0.07; 'cc:addr:python-list': 0.09; 'subject:Windows': 0.09; '(currently': 0.09; 'python': 0.10; 'subject:not': 0.11; 'bug,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:209.85.223.173': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'url:ftp': 0.16; 'wrote:': 0.16; 'detect': 0.18; 'python?': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'saying': 0.22; 'bug?': 0.22; 'appears': 0.23; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'installed': 0.26; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'end,': 0.29; 'another': 0.32; 'run': 0.33; 'url:python': 0.33; 'received:google.com': 0.35; 'could': 0.35; 'nov': 0.35; 'options:': 0.35; 'problem.': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'received:209': 0.38; 'does': 0.39; 'url:3': 0.60; 'save': 0.60; 'your': 0.60; 'provide': 0.61; 'url:0': 0.63; '3.5.1': 0.84; 'chrisa': 0.84; 'confusion.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=KrOLKTsq4fDyt1y0m2Lj6SYTX+X3UX06emWUgIxKSFM=; b=UHRsZjbTf5ai+AMsZi1jKkQ8bN4JCQqPClxGxKoTrldw2NwG6kPgzDTQVj40FYtsrY DrkVwBUwCjdbhmVUTGUeAgVSrzkaBGDlos13GJYSvhQmc84Jj5w8QSMr7KJRmo9QisuZ BPWrXv6IjLyIh+gL5lf7lC7SYRUq/0husbPJdr/dRAAxaF72a2AzuNuHRnevCKf1TSmi 0dqFSVV9BtEA0F/AHtuPD8o7H8hS0jqYavFZ1/gMIyxKkIRqsZfNtKiIQTZFVJkg6s8u jbTlCKRjk0pwfyaJfBkZluc+7CyLYQgErTTDTtWvWaCxqDQpAQxIVX38kWKf1nkrWk9z LQrQ== X-Received: by 10.107.34.149 with SMTP id i143mr21481906ioi.157.1446999025848; Sun, 08 Nov 2015 08:10:25 -0800 (PST) In-Reply-To: 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: , Xref: csiph.com comp.lang.python:98462 On Sun, Nov 8, 2015 at 11:34 PM, Tom=C3=A1=C5=A1 Be=C5=88=C3=A1k wrote: > I have downloaded the Python 3.5.0 installer for x86 ( > https://www.python.org/ftp/python/3.5.0/python-3.5.0.exe) and have > installed it on my Windows XP SP3. The installer run to a successful end, > but when I try to run python.exe, it ends with an error saying that > python.exe is not a valid Windows 32 application. > Is this a bug? Is my Windows XP a problem? Should I try another release o= f > Python? Could you provide me with the link? Your Windows XP is a problem. You have a couple of options: either upgrade to Vista/7/8/10, or downgrade your Python to 3.4, which does support XP. There is also a bug, which is that the installer appears to run successfully. When Python 3.5.1 is released (currently scheduled for early December), the installer should detect XP early on and save you the confusion. ChrisA