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 wkdewey
Recipients terry.reedy, wkdewey
Date 2016-12-10.00:39:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Every time I try to open a .py file from the Finder (macOS Sierra), IDLE opens up and then immediately "unexpectedly quits." I can open them from within IDLE without the same problem

I've attached Apple's crash report. Additionally, in the Console I get an error message like "IDLE[14872]: objc[14872]: Invalid or prematurely-freed autorelease pool 0x7f81bf959048." every time the crash happens 

I am using Python 2.7.12; I installed the correct version of tcltk (something that is frequently mentioned when I search online for this problem) so that isn't the issue.
History
Date User Action Args
2016-12-10 00:39:27wkdeweysetrecipients: + wkdewey, terry.reedy
2016-12-10 00:39:26wkdeweysetmessageid: <[email protected]>
2016-12-10 00:39:25wkdeweylinkissue28928 messages
2016-12-10 00:39:25wkdeweycreate