Issue 25107: Windows 32-bit: exe-files doesn't run (original) (raw)

Created on 2015-09-14 08:20 by Sergio, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Clipboard02.jpg Sergio,2015-09-14 08:22
ucrtbase.zip Oleg N,2015-09-14 09:43
Messages (5)
msg250641 - (view) Author: Sergei (Sergio) Date: 2015-09-14 08:20
Can't run IDLE or python command line on Windows XP 32-bit after installation.
msg250647 - (view) Author: Oleg N (Oleg N) Date: 2015-09-14 09:43
You need ucrtbase.dll. Extract this archive to your Python35-32 folder and try to run python.
msg250648 - (view) Author: Oleg N (Oleg N) Date: 2015-09-14 09:52
This dll probobly won't work. Read at the end of this article http://blogs.msdn.com/b/vcblog/archive/2015/03/03/introducing-the-universal-crt.aspx how to obtain ucrtbase.
msg250661 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-09-14 13:24
Windows XP is not supported by Python 3.5. See PEP 11 for details.
msg250663 - (view) Author: Eryk Sun (eryksun) * (Python triager) Date: 2015-09-14 13:28
The latest version that supports Windows XP is 3.4.3.
History
Date User Action Args
2022-04-11 14:58:21 admin set github: 69294
2015-09-14 13:30:17 eryksun set components: + Windows, - IDLE
2015-09-14 13:28:26 eryksun set nosy: + eryksunmessages: + components: + IDLE, - Windows
2015-09-14 13:24:22 zach.ware set status: open -> closedcomponents: + Windows, - IDLEnosy: + paul.moore, tim.golden, zach.ware, steve.dowermessages: + resolution: wont fixstage: resolved
2015-09-14 09:52:11 Oleg N set messages: +
2015-09-14 09:43:11 Oleg N set files: + ucrtbase.zipnosy: + Oleg Nmessages: +
2015-09-14 08:22:12 Sergio set files: + Clipboard02.jpg
2015-09-14 08:21:58 Sergio set files: - Clipboard02.jpg
2015-09-14 08:20:27 Sergio create