
report at bugs
Mar 6, 2012, 10:18 AM
Post #1 of 4
(74 views)
Permalink
|
|
[issue14213] python33.dll not removed on uninstallation
|
|
New submission from Vinay Sajip <vinay_sajip [at] yahoo>: I built an MSI for Python 3.3 on Windows 7 and installed from it - the resulting installation seems to work OK in that it passes all tests except test_tcl (intermittent failure). However, when I uninstall, python33.dll is left behind in System32. If I rebuild Python and the MSI after some changes and reinstall, the old python33.dll is not overwritten with the new one. ---------- components: Installation, Windows messages: 155030 nosy: loewis, vinay.sajip priority: normal severity: normal status: open title: python33.dll not removed on uninstallation type: behavior versions: Python 3.3 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue14213> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|