New submission from francisco <frandelap...@gmail.com>:

The bug can be reproduced by running the following command to create a Windows 
installer for the attached module:

python setup.py bdist_wininst --install-script pis.py

I include also the installer that I have created in the dist folder.

The installer installs everything correctly and it runs the pis.py script, 
which simply creates a file in the USERPROFILE directory with the "Installing" 
string. However, when uninstalling the program from the Windows Control Panel 
the script is not called, what can be verified by checking that the 
"Uninstalling" string is not appended to the file.

I am experiencing this problem in Windows 7 64 bits, but it may be present in 
other platforms.

----------
assignee: tarek
components: Distutils
files: foo.zip
messages: 146492
nosy: eric.araujo, francisco, tarek
priority: normal
severity: normal
status: open
title: distutils bdist_wininst created installer does not run the 
postinstallation script on uninstalling
versions: Python 2.7
Added file: http://bugs.python.org/file23536/foo.zip

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13276>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to