This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Windows 32-bit: exe-files doesn't run
Type: behavior Stage: resolved
Components: Interpreter Core, Windows Versions: Python 3.5
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: Oleg N, Sergio, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

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:21adminsetgithub: 69294
2015-09-14 13:30:17eryksunsetcomponents: + Windows, - IDLE
2015-09-14 13:28:26eryksunsetnosy: + eryksun
messages: + msg250663
components: + IDLE, - Windows
2015-09-14 13:24:22zach.waresetstatus: open -> closed

components: + Windows, - IDLE

nosy: + paul.moore, tim.golden, zach.ware, steve.dower
messages: + msg250661
resolution: wont fix
stage: resolved
2015-09-14 09:52:11Oleg Nsetmessages: + msg250648
2015-09-14 09:43:11Oleg Nsetfiles: + ucrtbase.zip
nosy: + Oleg N
messages: + msg250647

2015-09-14 08:22:12Sergiosetfiles: + Clipboard02.jpg
2015-09-14 08:21:58Sergiosetfiles: - Clipboard02.jpg
2015-09-14 08:20:27Sergiocreate