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 tim.golden
Recipients Frak N, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-10.13:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3347e13a-d6f0-15fe-70a4-c3d82d01cc71@timgolden.me.uk>
In-reply-to <1486733291.65.0.0897446946513.issue29525@psf.upfronthosting.co.za>
Content
Although I don't remember seeing a crash out as quick as this, common 
causes for this kind of thing are to do with environment variables 
pointing to still-existing or part-existing installations. Can you try:

set PY

from a command prompt, please, to see if any Python-related env vars are 
present. (Typically PYTHONHOME is the culprit)
History
Date User Action Args
2017-02-10 13:42:23tim.goldensetrecipients: + tim.golden, paul.moore, zach.ware, steve.dower, Frak N
2017-02-10 13:42:23tim.goldenlinkissue29525 messages
2017-02-10 13:42:23tim.goldencreate