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: What is this? What is problem?
Type: Stage: resolved
Components: Windows Versions: Python 3.5
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: paul.moore, steve.dower, tim.golden, yusif, zach.ware
Priority: normal Keywords:

Created on 2019-08-30 22:50 by yusif, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python 3.5.3 (64-bit)_20190831024317.log yusif, 2019-08-30 22:50
Messages (3)
msg350896 - (view) Author: Yusif (yusif) Date: 2019-08-30 22:50
Windows 10
32-bit operating system,x64-based processor
msg350897 - (view) Author: Yusif (yusif) Date: 2019-08-30 22:52
problem is 0x80070661
msg350898 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-08-30 23:09
Python 64-bit requires a 64-bit operating system, otherwise it doesn't have any way to support the processor.

You should install 32-bit Python instead. The latest release is at https://www.python.org/ftp/python/3.7.4/python-3.7.4-webinstall.exe but if you really need 3.5.3 for some reason you can find it at https://www.python.org/downloads/release/python-353/ (select the "x86" installer, not "x86-64")
History
Date User Action Args
2022-04-11 14:59:19adminsetgithub: 82172
2019-08-30 23:09:07steve.dowersetstatus: open -> closed
type: compile error ->
messages: + msg350898

resolution: not a bug
stage: resolved
2019-08-30 22:52:07yusifsetmessages: + msg350897
2019-08-30 22:50:11yusifcreate