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 ned.deily
Recipients Jerry.Barrington, Schiefna, ned.deily
Date 2013-11-03.20:41:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383511304.77.0.883424750363.issue19484@psf.upfronthosting.co.za>
In-reply-to
Content
Double-clicking on a .py may not be opening the file with the right version of IDLE.  OS X maintains the associations between file types, based on file characteristics like the extension (e.g. ".py"), and applications.  To select exactly which application to open a file, rather than double-clicking on it, click on it once to select it then use control-click to being up a context menu and use "Open With" to select the 2.7.6 version of IDLE.  You can also use the Finder's Get Info command to change application associations for a particular file or for all files of a particular type.  The details of all of this vary slightly depending on OS X release.
History
Date User Action Args
2013-11-03 20:41:44ned.deilysetrecipients: + ned.deily, Schiefna, Jerry.Barrington
2013-11-03 20:41:44ned.deilysetmessageid: <1383511304.77.0.883424750363.issue19484@psf.upfronthosting.co.za>
2013-11-03 20:41:44ned.deilylinkissue19484 messages
2013-11-03 20:41:44ned.deilycreate