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 jacobjorvang, ned.deily
Date 2018-01-03.00:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514938665.72.0.467229070634.issue32481@psf.upfronthosting.co.za>
In-reply-to
Content
This is a well-known bug with older versions of Tk on macOS.  Chances are that the Python 3.6.3 you are using is using the Apple-supplied version of Tk 8.5.x which exhibits this bug.  If you are using Python 3.6.3 downloaded from python.org, as documented in the installer readme and release notice, be aware that it links with Tk 8.5, not 8.6, so you will need to install a more recent version of ActiveTcl 8.5.  More details here: https://www.python.org/download/mac/tcltk/
History
Date User Action Args
2018-01-03 00:17:45ned.deilysetrecipients: + ned.deily, jacobjorvang
2018-01-03 00:17:45ned.deilysetmessageid: <1514938665.72.0.467229070634.issue32481@psf.upfronthosting.co.za>
2018-01-03 00:17:45ned.deilylinkissue32481 messages
2018-01-03 00:17:45ned.deilycreate