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 AlexWMF
Recipients AlexWMF, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2016-05-11.14:31:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462977080.44.0.122238001641.issue26998@psf.upfronthosting.co.za>
In-reply-to
Content
I found the following PEP https://www.python.org/dev/peps/pep-0514/

According to this PEP, starting from python 2.7.11 the backward compatibility was broken, because .dll can't read from the following registry keys anymore:
HKEY_LOCAL_MACHINE\Software\Python\PythonCore\<Tag>
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Python\PythonCore\<Tag>
HKEY_CURRENT_USER\Software\Python\PythonCore\<Tag>
HKEY_CURRENT_USER\Software\Wow6432Node\Python\PythonCore\<Tag>

That means, the python27.dll (x86/x86_64) tries to reads '2.7-32' and never see old keys like '2.7'
History
Date User Action Args
2016-05-11 14:31:20AlexWMFsetrecipients: + AlexWMF, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower
2016-05-11 14:31:20AlexWMFsetmessageid: <1462977080.44.0.122238001641.issue26998@psf.upfronthosting.co.za>
2016-05-11 14:31:20AlexWMFlinkissue26998 messages
2016-05-11 14:31:20AlexWMFcreate