[issue21665] 2.7.7 ttk widgets not themed

Zachary Ware report at bugs.python.org
Thu Jun 5 17:25:14 CEST 2014


Zachary Ware added the comment:

I can confirm this on the current 2.7 branch and, oddly, on a fresh build of v2.7.6.  This looks like it was caused by the way Tcl/Tk was compiled, specifically the 'COMPILERFLAGS=-DWINVER=0x0500' and 'OPTS=noxp' options which are supposed to be for Win2k support.  Removing just 'OPTS=noxp' causes a compilation failure (due to WINVER redefinition), but removing both makes ttk work properly.

Steve: how did you compile Tcl/Tk for the 2.7.7 installer?

Martin: how have you compiled Tcl/Tk for past installers?  In particular, Python 3.2's ttk works perfectly Win2k, but is properly themed on Windows 7, which leads me to believe that you did not use the 'Win2k compatibility' options.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list