Steve Dower added the comment:

Oh wow, I've never seen anything like this before. It looks like it's really 
confused about whether you've installed for all users or not.

I wish I knew how you got into this state, because I'd like to be able to 
prevent it. I guess it's related to the current issue where the install 
registration is always for the current user, even when the install is for all 
users, but it still shouldn't be possible to get into this state.

As far as cleaning up goes, try running the following commands from an elevated 
command prompt and then doing another install/repair. (Some of them may fail, 
which is okay.)

msiexec /quiet /x {EB0611B2-7F10-4D97-BCF2-DCAAB1199498}
msiexec /quiet /x {5DB2183B-62D3-407F-BBC1-EAD2F36283FA}
msiexec /quiet /x {33B10015-A9B1-4210-B50A-26C6443979B0}
msiexec /quiet /x {FCBB04F4-D2CF-4F55-BE92-B3898696B318}
msiexec /quiet /x {9D50A6D7-410A-4469-87B7-35FA84CBD479}
msiexec /quiet /x {1FBA5182-78DD-4940-9F06-96E5042B7061}
msiexec /quiet /x {E6DEBF43-7ACF-4E88-9BBF-9B5945683281}
msiexec /quiet /x {C1153533-FDC4-4922-892D-B71810F69566}
msiexec /quiet /x {9ADF9987-3327-48C6-91B3-B10900366491}
msiexec /quiet /x {7E08C4EE-B1C7-4138-8227-7CD3837636AA}
reg delete HKCU\Software\Python\PythonCore\3.5-32\InstalledFeatures /f
reg delete HKLM\Software\Python\PythonCore\3.5-32\InstalledFeatures /f /reg:32

----------

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

Reply via email to