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: Crash on cancellation of windows install
Type: crash Stage:
Components: Installation Versions: Python 2.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: installer crashes on attempted cancellation
View: 1458
Assigned To: Nosy List: JosephArmbruster, loewis, mtvernon
Priority: normal Keywords:

Created on 2007-12-23 09:44 by mtvernon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg58968 - (view) Author: (mtvernon) Date: 2007-12-23 09:44
Steps to reproduce the bug:

1)  Download the "Python 2.5.1 Windows installer (Windows binary -- 
does not include source)".
2)  Select "Install for all users" and click Next.
3)  Click Next.
4)  Click "Advanced".
5)  Click Cancel.
6)  Click "Yes".
msg58970 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-12-23 10:14
What do you mean by "Crash"?
msg59057 - (view) Author: Joseph Armbruster (JosephArmbruster) Date: 2007-12-31 02:37
This issue has already been reported.

http://bugs.python.org/issue1458
History
Date User Action Args
2022-04-11 14:56:29adminsetgithub: 46031
2007-12-31 13:11:37christian.heimessetstatus: open -> closed
resolution: duplicate
superseder: installer crashes on attempted cancellation
2007-12-31 02:37:12JosephArmbrustersetnosy: + JosephArmbruster
messages: + msg59057
2007-12-23 10:14:13loewissetnosy: + loewis
messages: + msg58970
2007-12-23 09:44:06mtvernoncreate