Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98463
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Laura Creighton <lac@openend.se> |
| 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 | <mailman.137.1446999335.16136.python-list@python.org> (permalink) |
| References | <CAD=sbih_g063v0oZhW8QFR_z47Biju39iKTkgxBW3BAg3vMmzA@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de s8yTr3oOMdU3YYN5twd8TgGc4RugV2CbyuSJqLheHCtQ== |
| Return-Path | <lac@openend.se> |
| 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 | <CAD=sbih_g063v0oZhW8QFR_z47Biju39iKTkgxBW3BAg3vMmzA@mail.gmail.com> |
| Comments | In-reply-to Tomáš Beňák <benak.tomas@gmail.com> 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:98463 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python 3.5.0: python.exe is not a valid Windows 32 application Laura Creighton <lac@openend.se> - 2015-11-08 17:15 +0100
csiph-web