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 adamswg
Recipients adamswg, hynek, kbk, ned.deily, roger.serwy, ronaldoussoren, terry.reedy
Date 2013-11-21.18:02:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <BD46633F-098C-49E2-BEE9-F2E653E0D240@me.com>
In-reply-to <1385056706.82.0.683846111423.issue19684@psf.upfronthosting.co.za>
Content
For some reason I  got the impression that this only applied to some graphics library routines so I ignored the warnings.  Thanks for the reply and sorry to take your time.

On Nov 21, 2013, at 11:58 AM, Ned Deily wrote:

> 
> Ned Deily added the comment:
> 
>> From the crash reports, it appears that you were trying to use IDLE with the Apple-supplied Tcl and Tk frameworks. OS X 10.6.x was the first release of the newer Aqua Cocoa Tk and it was very problematic.  You should have seen a warning message when IDLE 2.7.6 started, warning you about this and advising you to go to http://www.python.org/download/mac/tcltk/ for further information.  (The warning is also on the download pages and in the installer Readme.)  You will read there: "you should only use IDLE or tkinter with an updated third-party Tcl/Tk 8.5, like ActiveTcl 8.5, installed".  Do that and IDLE 2.7.6 should behave properly.
> 
> ----------
> resolution:  -> out of date
> stage:  -> committed/rejected
> status: open -> closed
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue19684>
> _______________________________________
History
Date User Action Args
2013-11-21 18:02:59adamswgsetrecipients: + adamswg, terry.reedy, kbk, ronaldoussoren, ned.deily, roger.serwy, hynek
2013-11-21 18:02:59adamswglinkissue19684 messages
2013-11-21 18:02:59adamswgcreate