[issue1458] installer crashes on attempted cancellation

2010-09-18 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk added the comment:

No reply to msg85633.

--
nosy: +BreamoreBoy
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1458
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1458] installer crashes on attempted cancellation

2009-04-06 Thread Daniel Diniz

Daniel Diniz aja...@gmail.com added the comment:

Joseph: can you reproduce this with the 2.6 installers?

--
nosy: +ajaksu2
stage:  - test needed
versions: +Python 2.6 -Python 2.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1458
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1458] installer crashes on attempted cancellation

2007-12-31 Thread Christian Heimes

Changes by Christian Heimes:


--
assignee:  - loewis
nosy: +loewis
priority:  - normal

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1458
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1458] installer crashes on attempted cancellation

2007-11-18 Thread Joseph Armbruster

New submission from Joseph Armbruster:

Operating System:
OS Name:   Microsoft Windows XP Professional
OS Version:5.1.2600 Service Pack 2 Build 2600

Using the latest Python 2.5.1.msi from:
http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi

Perform the following steps:
- launch python-2.5.1.msi
- select next
- select next
- select Advanced
- select cancel
- select yes

Issue:
I think the issue may reside around line 698/699 in these lines of msi.py

c = advanced.cancel(Cancel, CompilePyc)
c.event(SpawnDialog, CancelDlg)

I have vs2005, so I can not really test/utilize msi.py that easily.


Note: If anyone can build an msi with vs2005 please give me the details
on how you did so.  My initial hackery went along the lines of:
 - built solution in release
 - modded msi.py for pcbuild8
 - modded msisupport.mak to include libpath for msi.lib
 - ran python msi.py
 - ...told to run icons.mak in pc dir
 - ran icons.mak
 - reran python msi.py
 - built w9xpopen from PC/VC6/pcbuild solution
... realized I had to change msi.py for VisualStudio8.0 registry keys
and quit here ...

I was advised on #python that the Orcas Beta is where it's at, so I am
downloading now.

--
components: Installation, Windows
messages: 57625
nosy: JosephArmbruster
severity: minor
status: open
title: installer crashes on attempted cancellation
type: crash
versions: Python 2.5

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1458
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com