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 ned.deily, ronaldoussoren, terry.reedy, wkdewey
Date 2016-12-10.22:23:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481408605.55.0.169409142528.issue28928@psf.upfronthosting.co.za>
In-reply-to
Content
The ultimate solution was to uninstall homebrew, since there is no obvious way to get it to use the right version of Tcl/Tk (8.5.18). And then to install the python binary from python.org, which does pick up the right version of Tcl/Tk. 

I can't remember why I was using homebrew, but the instructions at https://www.python.org/download/mac/tcltk/ (where you get pointed from IDLE) were a little unclear. I didn't realize that "if you are using OS X 10.9 or later and a Python from a python.org 64-bit/32-bit installer" didn't refer to the Python that came with macOS, or that I had to (or even could) install the python.org binary on top of the Python that was already there.
History
Date User Action Args
2016-12-10 22:23:25wkdeweysetrecipients: + wkdewey, terry.reedy, ronaldoussoren, ned.deily
2016-12-10 22:23:25wkdeweysetmessageid: <1481408605.55.0.169409142528.issue28928@psf.upfronthosting.co.za>
2016-12-10 22:23:25wkdeweylinkissue28928 messages
2016-12-10 22:23:25wkdeweycreate