> 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
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