Re: [Python-Dev] python windows installation inconsistent use of registry keys

2015-09-17 Thread Barry Scott
> On 15 Sep 2015, at 18:39, Barry Scott wrote: > > I am used to looking in > HKLM:\SOFTWARE\Python\PythonCore\%(py_maj)d.%(py_min)d\InstallPath > to find out where python is installed so that my installation kit can add > itself to site-packages. > > I just found that the registry key used fo

[Python-Dev] python windows installation inconsistent use of registry keys

2015-09-15 Thread Barry Scott
I am used to looking in HKLM:\SOFTWARE\Python\PythonCore\%(py_maj)d.%(py_min)d\InstallPath to find out where python is installed so that my installation kit can add itself to site-packages. I just found that the registry key used for 32 bit python 3.5 on windows changed to be '3.5-32', which I