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 markroseman
Recipients cheryl.sabella, markroseman, serhiy.storchaka, terry.reedy
Date 2020-10-25.21:30:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603661456.35.0.659058578395.issue33962@roundup.psfhosted.org>
In-reply-to
Content
Just as a side note for Terry and anyone else testing on macOS... the recent updates in Tk have smoothed out many of the appearance issues for the classic widgets. See the attached screen shot tkversions.png comparing 8.6.9 with the current trunk of the Tk repo. Notice things like the background color around the optionmenu aren't as jarring on the newer Tk versions.

Having said that, I'll likely stick with the older ones for development purposes, just because the blemishes with the classic widgets and other things are so much more noticeable! 

Incidentally, if you've got several versions of Tcl/Tk on your system, you can use /usr/bin/install_name_tool to point the Tkinter shared library at the one you want to use. Use like "install_name_tool -change OLD NEW file", e.g.:
    install_name_tool -change /Library/Frameworks/Tk.framework/Versions/8.6/Tk /Users/roseman/tmp/tcl86core/Library/Frameworks/Tk.framework/Versions/8.6/Tk build/lib.macosx-10.15-x86_64-3.10/_tkinter.cpython-310-darwin.so
History
Date User Action Args
2020-10-25 21:30:56markrosemansetrecipients: + markroseman, terry.reedy, serhiy.storchaka, cheryl.sabella
2020-10-25 21:30:56markrosemansetmessageid: <1603661456.35.0.659058578395.issue33962@roundup.psfhosted.org>
2020-10-25 21:30:56markrosemanlinkissue33962 messages
2020-10-25 21:30:55markrosemancreate