[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2021-01-11 Thread STINNER Victor


STINNER Victor  added the comment:

The distutils bdist_wininst command has been removed in Python 3.10: see 
bpo-42802.

--
nosy: +vstinner
resolution:  -> wont fix
stage: test needed -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2016-09-20 Thread Petri Savolainen

Changes by Petri Savolainen :


--
nosy: +petri

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2016-02-16 Thread francisco

francisco added the comment:

I believe that this bug—which I reported in 2011—is not correctly tagged, what 
may explain why it has not been fixed yet. Despite the fact that the original 
issue report contains a script to reproduce the bug and that  msg148674 
contains a patch to fix the issue the State of this issue is "test needed". 
Shouldn't State be "patch review" instead?

--
type:  -> behavior
versions: +Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2013-11-10 Thread Brian Curtin

Changes by Brian Curtin :


--
nosy:  -brian.curtin

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2013-11-10 Thread anatoly techtonik

anatoly techtonik added the comment:

Here is workaround, which is - patching distutils -  
https://code.google.com/p/spyderlib/wiki/PatchingDistutils

--
versions: +Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2013-06-23 Thread anatoly techtonik

anatoly techtonik added the comment:

@Pierre.Raybaut: Looking at the stage of this ticker, I believe you need to 
write unittest. Then attach a patch. If patch is attached, the issue is more 
visible among developers.

--

___
Python tracker 

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



[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2013-06-23 Thread anatoly techtonik

Changes by anatoly techtonik :


--
nosy: +techtonik

___
Python tracker 

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



[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2013-04-10 Thread jed.ludlow

jed.ludlow added the comment:

I can confirm that the approach suggested in msg148674 resolves this issue for 
Python 2.7.3 (32-bit Python running on 64-bit Windows 7). For a standard 2.7.3 
install, simply replacing wininst-9.0.exe in the command sub-directory of 
distutils with the patched build of that executable resolved the issue.

--
nosy: +jed.ludlow

___
Python tracker 

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



[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2013-03-18 Thread Pierre Raybaut

Pierre Raybaut added the comment:

How can I help to ensure that the patch submitted by Jason Roberts is actually 
taken into account in next releases of Python?

I too would want to use this "remove" feature in distutils Windows installers. 
For example, I was confronted to this bug/limitation of current releases of 
Python when implementing this feature for the Spyder Windows installer:
https://code.google.com/p/spyderlib/issues/detail?id=971#c10

Thanks for taking time to fix this issue.

--
nosy: +Pierre.Raybaut

___
Python tracker 

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



[issue13276] bdist_wininst-created installer does not run the postinstallation script when uninstalling

2011-11-30 Thread Éric Araujo

Éric Araujo  added the comment:

(2.6 and 3.1 don’t get bug fixes anymore.)

--
title: distutils bdist_wininst created installer does not run the 
postinstallation script on uninstalling -> bdist_wininst-created installer does 
not run the postinstallation script when uninstalling
versions:  -Python 2.6, Python 3.1

___
Python tracker 

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