Re: [Python-Dev] Windows uninstallation problem

2012-03-06 Thread Vinay Sajip
Martin v. Löwis v.loewis.de> writes: > It most likely is a misconfiguration of your system. I guess that the > registry key for the DLL has a non-zero refcount before you started the > installation, so that the refcount didn't drop to zero when you uninstalled. That must have been it - thanks. I

Re: [Python-Dev] Windows uninstallation problem

2012-03-06 Thread Martin v. Löwis
Am 06.03.2012 15:35, schrieb Vinay Sajip: > I've built an MSI with 3.3 on Windows 7 and installed it - it 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 the > MSI > after some

[Python-Dev] Windows uninstallation problem

2012-03-06 Thread Vinay Sajip
I've built an MSI with 3.3 on Windows 7 and installed it - it 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 the MSI after some changes and reinstall, the old python33.dll is not o