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


Groups > comp.lang.python > #98640

Re: Python.exe is not a valid Win32 application error message

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Python.exe is not a valid Win32 application error message
Date 2015-11-12 00:13 +1100
Message-ID <mailman.241.1447247613.16136.python-list@python.org> (permalink)
References <1913826683.1878058.1447115663273.JavaMail.yahoo.ref@mail.yahoo.com> <1913826683.1878058.1447115663273.JavaMail.yahoo@mail.yahoo.com>

Show all headers | View raw


On Tue, Nov 10, 2015 at 11:34 AM, M. Kamisato via Python-list
<python-list@python.org> wrote:
> I am running python on Windows XP SP3 and download version 3.5xx.  I got the above error message and could not run the program.
> I have downloaded Python version 2.7xx and it runs fine.
> Is there any way I can get version 3.5xx to run on my computer?
> Mel KamisatoBuena Park, CA

You can't get 3.5 to run on XP, no; your options are:

1) Install Python 3.4, which does support XP
2) Upgrade to a newer version of Windows (anything from Vista onward
will run 3.5; to save having to do this in future, jump straight to 7
or 10)
3) Make the jump to Linux or FreeBSD or some other OS.

When 3.5.1 is released (currently scheduled for early December),
you'll get a clear and simple error when you try to install, rather
than strange issues about it not being a valid program. That won't
change the platform support, but at least it won't be as confusing.

ChrisA

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


Thread

Re: Python.exe is not a valid Win32 application error message Chris Angelico <rosuav@gmail.com> - 2015-11-12 00:13 +1100
  Re: Python.exe is not a valid Win32 application error message wxjmfauth@gmail.com - 2015-11-11 06:23 -0800
  Re: Python.exe is not a valid Win32 application error message Steve Hayes <hayesstw@telkomsa.net> - 2015-11-12 06:43 +0200
    Re: Python.exe is not a valid Win32 application error message Michael Torrie <torriem@gmail.com> - 2015-11-12 09:47 -0700

csiph-web