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 r.david.murray
Recipients AlexWMF, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2016-05-11.12:57:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462971452.89.0.993823993306.issue26998@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I know the registry key is a supplament and not a requirement for a correctly functioning python.  There is an entire PEP about the registry keys and what to do with them...I'm not sure what the current status is on 2.7, but like I said, I believe that lack of registry keys should not keep python from working if it is installed correctly.  Python uses other methods to find its library.  Since you are in an embedded scenario, this probably means that there's something about the environment and/or disk layout that you haven't set up in the way that python expects it to be set up.  You migth try asking on python-list or the #python irc channel on freenode for help.  

I'm guessing this means there's something missing from the ebedding docs with respect to Windows, so I'm going to leave this open until that is confirmed or disproven :)
History
Date User Action Args
2016-05-11 12:57:32r.david.murraysetrecipients: + r.david.murray, paul.moore, tim.golden, zach.ware, steve.dower, AlexWMF
2016-05-11 12:57:32r.david.murraysetmessageid: <1462971452.89.0.993823993306.issue26998@psf.upfronthosting.co.za>
2016-05-11 12:57:32r.david.murraylinkissue26998 messages
2016-05-11 12:57:32r.david.murraycreate