Re: [Python-Dev] "python.exe is not a valid Win32 app"

2015-12-15 Thread Armin Rigo
Hi all,

On Tue, Dec 1, 2015 at 8:13 PM, Laura Creighton  wrote:
> Python 3.5 is not supported on windows XP.  Upgrade your OS or
> stick with 3.4

Maybe this information should be written down somewhere more official?
 I can't find it in any of these pages:

https://www.python.org/downloads/windows/
https://www.python.org/downloads/release/python-350/
https://www.python.org/downloads/release/python-351/
https://docs.python.org/3/using/windows.html

It is found on the following page, to which googling "python 3.5
windows XP" does not point:

https://docs.python.org/3.5/whatsnew/3.5.html#unsupported-operating-systems

Instead, the google query above returns various threads on
stackoverflow and elsewhere where users wonder about that very
question.


A bientôt,

Armin.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] "python.exe is not a valid Win32 app"

2015-12-15 Thread Nick Coghlan
On 16 December 2015 at 01:14, R. David Murray  wrote:
> That said, I'm not sure whether or not there is a way we could add
> "supported versions" to the main docs that would make sense and be
> useful...your bugs.python.org issue would be useful for discussing that.

Having "minimum supported version" for Windows and Mac OS X in the
"using" guide would likely make sense. For Linux, supported versions
are handled by redistributors, so the most we could do is offer
guidance to folks on checking their version and ensuring they're
looking at the right documentation.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] "python.exe is not a valid Win32 app"

2015-12-15 Thread Laura Creighton
In a message of Tue, 15 Dec 2015 11:46:03 +0100, Armin Rigo writes:
>Hi all,
>
>On Tue, Dec 1, 2015 at 8:13 PM, Laura Creighton  wrote:
>> Python 3.5 is not supported on windows XP.  Upgrade your OS or
>> stick with 3.4
>
>Maybe this information should be written down somewhere more official?
> I can't find it in any of these pages:
>
>https://www.python.org/downloads/windows/
>https://www.python.org/downloads/release/python-350/
>https://www.python.org/downloads/release/python-351/
>https://docs.python.org/3/using/windows.html
>
>It is found on the following page, to which googling "python 3.5
>windows XP" does not point:
>
>https://docs.python.org/3.5/whatsnew/3.5.html#unsupported-operating-systems
>
>Instead, the google query above returns various threads on
>stackoverflow and elsewhere where users wonder about that very
>question.
>
>
>A bientôt,
>
>Armin.

I already asked for that, on the bug tracker but maybe I picked the wrong
issue tracker for that request.

So now I have made one here, too.
https://github.com/python/pythondotorg/issues/867

Laura
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] "python.exe is not a valid Win32 app"

2015-12-15 Thread R. David Murray
On Tue, 15 Dec 2015 15:41:35 +0100, Laura Creighton  wrote:
> In a message of Tue, 15 Dec 2015 11:46:03 +0100, Armin Rigo writes:
> >Hi all,
> >
> >On Tue, Dec 1, 2015 at 8:13 PM, Laura Creighton  wrote:
> >> Python 3.5 is not supported on windows XP.  Upgrade your OS or
> >> stick with 3.4
> >
> >Maybe this information should be written down somewhere more official?
> > I can't find it in any of these pages:
> >
> >https://www.python.org/downloads/windows/
> >https://www.python.org/downloads/release/python-350/
> >https://www.python.org/downloads/release/python-351/
> >https://docs.python.org/3/using/windows.html
> >
> >It is found on the following page, to which googling "python 3.5
> >windows XP" does not point:
> >
> >https://docs.python.org/3.5/whatsnew/3.5.html#unsupported-operating-systems

That's too bad, since that's the official place such info appears.

> >Instead, the google query above returns various threads on
> >stackoverflow and elsewhere where users wonder about that very
> >question.
> 
> I already asked for that, on the bug tracker but maybe I picked the wrong
> issue tracker for that request.
> 
> So now I have made one here, too.
> https://github.com/python/pythondotorg/issues/867

IMO the second is the right one...although the release managers sometimes
adjust the web site, I think this is a web site issue and not a release
management issue.  I would think that we should have "supported versions"
in the 'product description' for both Windows and OSX, but IMO the
current way the releases are organized on the web site does not make
that easy to achieve in a way that will be useful to end users.

That said, I'm not sure whether or not there is a way we could add
"supported versions" to the main docs that would make sense and be
useful...your bugs.python.org issue would be useful for discussing that.

--David
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] "python.exe is not a valid Win32 app"

2015-12-01 Thread Laura Creighton
In a message of Tue, 01 Dec 2015 10:13:10 -0600, Ryan Gonzalez writes:
>Did you get the x86-64 version or x86? If you had gotten the former, it would 
>lead to that error.

No, his problem is his windows XP.

Python 3.5 is not supported on windows XP.  Upgrade your OS or
stick with 3.4

Laura Creighton


>
>On December 1, 2015 8:30:25 AM CST, Alexei Belenki via Python-Dev 
> wrote:
>>Installed python 3.5 (from https://www.python.org/downloads/) on
>>Windows XPsp3/32
>>On starting >>python.exe got the text above in the Windows message box.
>>Any suggestions?Thanks.AB
>>
>>
>>
>>___
>>Python-Dev mailing list
>>Python-Dev@python.org
>>https://mail.python.org/mailman/listinfo/python-dev
>>Unsubscribe:
>>https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
>
>-- 
>Sent from my Nexus 5 with K-9 Mail. Please excuse my brevity.
>___
>Python-Dev mailing list
>Python-Dev@python.org
>https://mail.python.org/mailman/listinfo/python-dev
>Unsubscribe: 
>https://mail.python.org/mailman/options/python-dev/lac%40openend.se
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] "python.exe is not a valid Win32 app"

2015-12-01 Thread Alexei Belenki via Python-Dev
Installed python 3.5 (from https://www.python.org/downloads/) on Windows 
XPsp3/32
On starting >>python.exe got the text above in the Windows message box.
Any suggestions?Thanks.AB___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] "python.exe is not a valid Win32 app"

2015-12-01 Thread Ryan Gonzalez
Did you get the x86-64 version or x86? If you had gotten the former, it would 
lead to that error.

On December 1, 2015 8:30:25 AM CST, Alexei Belenki via Python-Dev 
 wrote:
>Installed python 3.5 (from https://www.python.org/downloads/) on
>Windows XPsp3/32
>On starting >>python.exe got the text above in the Windows message box.
>Any suggestions?Thanks.AB
>
>
>
>___
>Python-Dev mailing list
>Python-Dev@python.org
>https://mail.python.org/mailman/listinfo/python-dev
>Unsubscribe:
>https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com

-- 
Sent from my Nexus 5 with K-9 Mail. Please excuse my brevity.___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] "python.exe is not a valid Win32 app"

2015-12-01 Thread Mark Lawrence

On 01/12/2015 14:30, Alexei Belenki via Python-Dev wrote:

Installed python 3.5 (from https://www.python.org/downloads/) on Windows
XPsp3/32

On starting >>python.exe got the text above in the Windows message box.

Any suggestions?
Thanks.
AB




This isn't really the place to ask questions such as this.  However 
Python 3.5 is *NOT* supported on XP.  Work has been done for 3.5.1 to 
improve the user experience in this scenario.


--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com