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 steve.dower
Recipients frostyelsa, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2016-12-19.18:15:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482171315.79.0.904936345578.issue29014@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not familiar with any of the other proposed solutions - could you link to a few?

One important factor is that you need to install the Python Launcher to get the context menus (this is the default in 3.5 and later). Associating directly to the Python installation just causes conflicts when you install another version, so we set them up via the launcher instead. In effect, the launcher is the integration point between Windows Explorer and Python, and without it you only get the shortcuts.

Installing Python 2.7 and leaving the "Register Extensions" option selected will overwrite the context menu from Python 3.5 or later. So if you've installed 2.7 after 3.5 then I would strongly recommend running a Repair of 3.5.

Otherwise, answers to Terry's questions would also be helpful. It isn't entirely clear how you are "choos[ing] the IDLE application", or if the installations were successful.
History
Date User Action Args
2016-12-19 18:15:15steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, tim.golden, zach.ware, frostyelsa
2016-12-19 18:15:15steve.dowersetmessageid: <1482171315.79.0.904936345578.issue29014@psf.upfronthosting.co.za>
2016-12-19 18:15:15steve.dowerlinkissue29014 messages
2016-12-19 18:15:15steve.dowercreate