Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99919
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Python 3.5.0: python.exe is not a valid Windows 32 application |
| Date | Wed, 2 Dec 2015 16:34:37 -0700 |
| Lines | 14 |
| Message-ID | <mailman.149.1449099319.14615.python-list@python.org> (permalink) |
| References | <mailman.128.1446996894.16136.python-list@python.org> <28787b4f-8ebb-42f6-82e3-8ea64f2ed041@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de nfyS5JTzvLlo+tLCVHXwlAAF/xYP5ja+9yQwnq/EnVEQ== |
| Return-Path | <ian.g.kelly@gmail.com> |
| 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; 'broken': 0.03; 'subject:Python': 0.05; 'url:pipermail': 0.05; 'run,': 0.07; 'subject:application': 0.07; 'subject:Windows': 0.09; 'url:blog': 0.10; 'python': 0.10; 'subject:not': 0.11; 'wed,': 0.15; 'received:209.85.213.176': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'unsupported': 0.16; 'wrote:': 0.16; 'obviously': 0.16; 'windows': 0.20; '2015': 0.20; 'are.': 0.22; 'dropped': 0.22; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'fixed': 0.31; 'url:python': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'customized': 0.61; '2000': 0.63; '3.5.1': 0.84; 'to:name:python': 0.84; 'url:python-dev': 0.84; '2003.': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=r/y54iwd6qYfMdizV3++yWFt+m34Y/exbOlYA415/CA=; b=Hbsr5c5jTWvKM08U9K8+Ntp/OSJAOR50eCYmkyWuThYd1iyXayozuOT+2mlU+F9jUS zjlrJCOAyYFXUgjOGxUUzhcoxqfFtq9/TL0lzqSnRBBksrs/PdfP1vvVH5rQXPU3wRn3 7c3pDhZbOaZxlZI19Tb+odWLjYPX+HwPb0xysXtbogcW9qhZ6ggxlOJtSyCfDgrjn59m pDpGjjtKQ1AQuOAFPEARmGEvB3KNPbkq624jMTDS7Xe0PEONj83v8sJLfEr5YGR+5Zoc T2oUZ0L+tmKlFdE8kPU7vUV5L6j1CpIwOnYo2tDu3tVr65tVRyKdA5AozUmzu+5ouq8E vOPQ== |
| X-Received | by 10.50.78.231 with SMTP id e7mr35096747igx.93.1449099316601; Wed, 02 Dec 2015 15:35:16 -0800 (PST) |
| In-Reply-To | <28787b4f-8ebb-42f6-82e3-8ea64f2ed041@googlegroups.com> |
| 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:99919 |
Show key headers only | View raw
On Wed, Dec 2, 2015 at 4:09 PM, <blackwingcat2000@gmail.com> wrote: > Hi. > > https://mail.python.org/pipermail/python-dev/2015-July/140823.html > Python 3.5 was dropped the support Windows XP and 2003. > > > > It's just an aside, but Python 3.5.1 works on my customized Windows 2000 :P > http://blog.livedoor.jp/blackwingcat/archives/1917281.html You may be able to get it to run, but as it is unsupported there may be features that are broken but not immediately obviously so and will not be fixed if they are.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Python 3.5.0: python.exe is not a valid Windows 32 application Tomáš Beňák <benak.tomas@gmail.com> - 2015-11-08 13:34 +0100
Re: Python 3.5.0: python.exe is not a valid Windows 32 application blackwingcat2000@gmail.com - 2015-12-02 15:09 -0800
Re: Python 3.5.0: python.exe is not a valid Windows 32 application Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-02 16:34 -0700
csiph-web