This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pravic
Recipients paul.moore, pravic, steve.dower, tim.golden, zach.ware
Date 2016-11-17.16:34:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479400479.45.0.621497427865.issue28726@psf.upfronthosting.co.za>
In-reply-to
Content
d:\>py -3.5
launcher build: 32bit
launcher executable: Console
File 'C:\Users\owle\AppData\Local\py.ini' non-existent
File 'C:\Windows\py.ini' non-existent
Called with command line: -3.5
locating Pythons in 64bit registry
locate_pythons_for_key: D:\perl\python\278\python.exe is a 32bit executable
locate_pythons_for_key: D:\perl\python\278\PCBuild\win32\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\perl\python\278\PCBuild\amd64\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\perl\python\278\PCBuild\python.exe: ??????? ?? ??????? ????? ????????? ????.
HKCU\SOFTWARE\Python\PythonCore\3.4\InstallPath: ?? ??????? ????? ????????? ????.
HKLM\SOFTWARE\Python\PythonCore\2.7\InstallPath: ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\perl\python\3\python.exe is a 64bit executable
locate_pythons_for_key: D:\perl\python\3\PCBuild\win32\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\perl\python\3\PCBuild\amd64\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\perl\python\3\PCBuild\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\Perl\python\3\python.exe: already found
locate_pythons_for_key: D:\Perl\python\3\PCBuild\win32\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\Perl\python\3\PCBuild\amd64\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\Perl\python\3\PCBuild\python.exe: ??????? ?? ??????? ????? ????????? ????.
locating Pythons in native registry
locate_pythons_for_key: D:\perl\python\278\python.exe: already found
locate_pythons_for_key: D:\perl\python\278\PCBuild\win32\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\perl\python\278\PCBuild\amd64\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\perl\python\278\PCBuild\python.exe: ??????? ?? ??????? ????? ????????? ????.
HKCU\SOFTWARE\Python\PythonCore\3.4\InstallPath: ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\perl\python\2\python.exe is a 32bit executable
locate_pythons_for_key: D:\perl\python\2\PCBuild\win32\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\perl\python\2\PCBuild\amd64\python.exe: ??????? ?? ??????? ????? ????????? ????.
locate_pythons_for_key: D:\perl\python\2\PCBuild\python.exe: ??????? ?? ??????? ????? ????????? ????.
HKLM\SOFTWARE\Python\PythonCore\3.4\InstallPath: ?? ??????? ????? ????????? ????.
search for Python version '3.5' found no interpreter
Requested Python version (3.5) not installed


It seems, there are old registry keys which were not deleted by installer. 

HKEY_CURRENT_USER\Software\Python\PythonCore - contains 2.7 and invalid 3.4 (with "modules" subkey only)

HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore - contains 2.7 (modules only), 3.4 and 3.5.

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore - contains 2.7 and 3.4 (modules only).

Quiet messy. How can I clean my registry without reinstalling site packages?
History
Date User Action Args
2016-11-17 16:34:39pravicsetrecipients: + pravic, paul.moore, tim.golden, zach.ware, steve.dower
2016-11-17 16:34:39pravicsetmessageid: <1479400479.45.0.621497427865.issue28726@psf.upfronthosting.co.za>
2016-11-17 16:34:39praviclinkissue28726 messages
2016-11-17 16:34:39praviccreate