[issue14213] python33.dll not removed on uninstallation

2012-03-06 Thread Martin v . Löwis
Martin v. Löwis added the comment: The version number is not changed on every rebuild, only when patchlevel.h changes. -- ___ Python tracker ___ ___

[issue14213] python33.dll not removed on uninstallation

2012-03-06 Thread Vinay Sajip
Vinay Sajip added the comment: Yes, the refcount was 1 after uninstallation - possibly it's been like that for a long time. I'll close the issue, but one thing occurs to me - isn't the DLL's version resource updated when you rebuild? Why wouldn't the newer version in an MSI being installed ov

[issue14213] python33.dll not removed on uninstallation

2012-03-06 Thread Martin v . Löwis
Martin v. Löwis added the comment: I guess this is a misconfiguration for your system. This DLL is reference-counted, and you must have arranged the reference count to be >1 somehow. Inspect the MSI log for details. -- ___ Python tracker

[issue14213] python33.dll not removed on uninstallation

2012-03-06 Thread Vinay Sajip
New submission from Vinay Sajip : 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