[issue23982] Tkinter in Python 3.4 for Windows incorrectly renders certain colors using non-TclTk RGB values

Martin Falatic report at bugs.python.org
Sun Apr 19 11:08:33 CEST 2015


Martin Falatic added the comment:

Yes, the python.org releases specify the TclTK they should be used with, for OSX:
https://www.python.org/download/mac/tcltk/

If there's another python.org bug report list let me know, but this still seems to be the right place. Since Python.org's windows distribution is what led to this question, I'd like to at least see it documented somewhere what TclTk is compiled into the Python.org windows distribution. I didn't find any info on what TclTk Python.org's Windows build includes, and that's something that can be rectified here. (Since there are documented *recommendations* for what to use with the OSX builds from this site then there ought to be some similar documentation what is *built in* to the Windows builds from this site.)

As for the failure of TclTk to properly document the change they made to their colors, that's a matter for their bug tracker. I took their documentation at face value, and didn't find information to the contrary when I searched prior to posting this.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23982>
_______________________________________


More information about the Python-bugs-list mailing list