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 barry.scott
Recipients barry.scott
Date 2015-09-17.09:12:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442481151.22.0.29783958187.issue25148@psf.upfronthosting.co.za>
In-reply-to
Content
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 can change my installer to cope with.

However the key for the 64bit install is ‘3.5’ but not '3.5-64'.

This seems like a regression to me in the interface to Python on Windows.

Is there a reason not to use the original naming?

Barry
History
Date User Action Args
2015-09-17 09:12:31barry.scottsetrecipients: + barry.scott
2015-09-17 09:12:31barry.scottsetmessageid: <1442481151.22.0.29783958187.issue25148@psf.upfronthosting.co.za>
2015-09-17 09:12:31barry.scottlinkissue25148 messages
2015-09-17 09:12:30barry.scottcreate