Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Python 3.5.0: python.exe is not a valid Windows 32 application Date: Sun, 08 Nov 2015 17:15:18 +0100 Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de s8yTr3oOMdU3YYN5twd8TgGc4RugV2CbyuSJqLheHCtQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'problem?': 0.07; 'subject:application': 0.07; 'x86': 0.07; 'cc:addr:python-list': 0.09; 'subject:Windows': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'subject:not': 0.11; '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; 'received:io': 0.16; 'received:psf.io': 0.16; 'url:ftp': 0.16; 'laura': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'saying': 0.22; 'bug?': 0.22; 'downloaded': 0.24; 'supported': 0.27; 'error': 0.27; 'end,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'another': 0.32; 'run': 0.33; 'url:python': 0.33; 'url:downloads': 0.33; 'could': 0.35; 'nov': 0.35; 'problem.': 0.35; 'should': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'url:3': 0.60; 'header :Message-Id:1': 0.61; 'provide': 0.61; 'url:0': 0.63; 'latest': 0.64; 'you.': 0.64; 'header:In-reply-to:1': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1446999323; bh=AmneggxOnXNUlwUSJu7GOKccX07nsZ0JJKoyWeNvwDI=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=Y87OmvvEWTrpMGOOV5cXwvd++b2QV9FJcLK9sokl4qRZvdjSIj2XOArU97561z9pS U7/MwrGKH6Y7TnxbJ4nlAzbaGRAyFFbtiduVQoKqKd6/Aev0j58D03lsQf5QjsLkHq SdZtf+Bcyqt27EK0kv8E86hWqHc//3mCV657MoCM= In-reply-to: Comments: In-reply-to =?UTF-8?B?VG9tw6HFoSBCZcWIw6Fr?= message dated "Sun, 08 Nov 2015 13:34:22 +0100." Content-ID: <25378.1446999318.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Sun, 08 Nov 2015 17:15:23 +0100 (CET) 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:98463 In a message of Sun, 08 Nov 2015 13:34:22 +0100, Tomáš Beňák writes: >Hi, > >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 of >Python? Could you provide me with the link? >Thank you. > >Best regards >Tomáš Beňák This is an XP problem. XP is not supported for 3.5 and later. The latest you can run is 3.4.3 https://www.python.org/downloads/release/python-343/ Laura