Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98462

Re: Python 3.5.0: python.exe is not a valid Windows 32 application

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Python 3.5.0: python.exe is not a valid Windows 32 application
Date 2015-11-09 03:10 +1100
Message-ID <mailman.136.1446999033.16136.python-list@python.org> (permalink)
References <CAD=sbih_g063v0oZhW8QFR_z47Biju39iKTkgxBW3BAg3vMmzA@mail.gmail.com>

Show all headers | View raw


On Sun, Nov 8, 2015 at 11:34 PM, Tomáš Beňák <benak.tomas@gmail.com> 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 of
> 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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python 3.5.0: python.exe is not a valid Windows 32 application Chris Angelico <rosuav@gmail.com> - 2015-11-09 03:10 +1100

csiph-web