Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98640 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2015-11-12 00:13 +1100 |
| Last post | 2015-11-12 09:47 -0700 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2015-11-12 00:13 +1100 |
| Subject | Re: Python.exe is not a valid Win32 application error message |
| Message-ID | <mailman.241.1447247613.16136.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | wxjmfauth@gmail.com |
|---|---|
| Date | 2015-11-11 06:23 -0800 |
| Message-ID | <2f6b3b60-6966-4d9f-9720-81e2513d5b92@googlegroups.com> |
| In reply to | #98640 |
Le mercredi 11 novembre 2015 14:13:52 UTC+1, Chris Angelico a écrit : > 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 or 4) Use a serious language. Not a language that crashes as soon as you are using a non ascii character.
[toc] | [prev] | [next] | [standalone]
| From | Steve Hayes <hayesstw@telkomsa.net> |
|---|---|
| Date | 2015-11-12 06:43 +0200 |
| Message-ID | <53684bd0ecp0krft87qlerlkobh8kjp575@4ax.com> |
| In reply to | #98640 |
On Thu, 12 Nov 2015 00:13:29 +1100, Chris Angelico <rosuav@gmail.com> wrote: >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. That is useful to know. I get messages (from Glary Utilities) that some of my programs (including Python) need to be updated, but when I've downloaded and updated them, the update hasn't worked. -- Steve Hayes from Tshwane, South Africa Web: http://www.khanya.org.za/stevesig.htm Blog: http://khanya.wordpress.com E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk
[toc] | [prev] | [next] | [standalone]
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Date | 2015-11-12 09:47 -0700 |
| Message-ID | <mailman.277.1447346881.16136.python-list@python.org> |
| In reply to | #98670 |
On 11/11/2015 09:43 PM, Steve Hayes wrote: > That is useful to know. > > I get messages (from Glary Utilities) that some of my programs > (including Python) need to be updated, but when I've downloaded and > updated them, the update hasn't worked. Such utilities seem to cause more trouble than they're worth.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web