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 terry.reedy
Recipients ned.deily, ronaldoussoren, sm1979, terry.reedy
Date 2017-12-29.20:46:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514580382.98.0.213398074469.issue32447@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE uses Python's tcl/tk interface module, called 'tkinter'.  Tcl is a separate language and tk is its graphical user interface.  This is most likely the problem.  Did you follow the advice at
https://www.python.org/download/mac/tcltk/
to install tcl/tk 8.5.18?  Make sure you read the whole page.

To test better, run 'import tkinter' at Python's interactive '>>>' prompt.  Any error message?  If that works, run 'python3.6 -m idlelib' and/or 'python -m idlelib.idle' at the terminal '...$' prompt.  Does that display an error message?
History
Date User Action Args
2017-12-29 20:46:23terry.reedysetrecipients: + terry.reedy, ronaldoussoren, ned.deily, sm1979
2017-12-29 20:46:22terry.reedysetmessageid: <1514580382.98.0.213398074469.issue32447@psf.upfronthosting.co.za>
2017-12-29 20:46:22terry.reedylinkissue32447 messages
2017-12-29 20:46:22terry.reedycreate