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: Python 3.5 Windows 10 Installation Fails With Corrupt Directory Error
Type: Stage: resolved
Components: Installation, Windows Versions: Python 3.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Max Farrell, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2015-10-06 19:15 by Max Farrell, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python 3.5.0 (64-bit)_20151006150920.log Max Farrell, 2015-10-06 19:15 Installation Log.
Messages (3)
msg252423 - (view) Author: Max Farrell (Max Farrell) Date: 2015-10-06 19:15
Cannot install Python 3.5 64-bit on Windows 10 64-bit Educational Edition.

I have Python 3.4 Installed.

Log include.
msg252424 - (view) Author: Max Farrell (Max Farrell) Date: 2015-10-06 19:18
Windows 10 64-Bit Educational Edition.
Python 3.5 64-bit Installation failed. Directory is corrupt.
Log included.
msg252425 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-10-06 19:44
Looks like you need to download the installer again (clear your internet cache first to avoid getting the same corrupted file).
History
Date User Action Args
2022-04-11 14:58:22adminsetgithub: 69514
2021-10-19 20:19:42iritkatrielsetstatus: open -> closed
stage: resolved
2015-10-06 19:44:59steve.dowersettype: compile error ->
messages: + msg252425
2015-10-06 19:35:09eryksunsetnosy: + tim.golden, steve.dower, zach.ware, paul.moore
components: + Windows
2015-10-06 19:34:21eryksunsetfiles: - Python 3.5.0 (64-bit)_20151006150920.log
2015-10-06 19:18:11Max Farrellsetfiles: + Python 3.5.0 (64-bit)_20151006150920.log

messages: + msg252424
title: Windows 10 Installation Fails With Corrupt Directory Error -> Python 3.5 Windows 10 Installation Fails With Corrupt Directory Error
2015-10-06 19:15:29Max Farrellcreate