[issue21665] 2.7.7 ttk widgets not themed

Zachary Ware report at bugs.python.org
Fri Jun 6 03:58:35 CEST 2014


Zachary Ware added the comment:

Are you sure you didn't swap that; OPTS=noxp for Tk and no OPTS for the other two?  OPTS=noxp would do nothing for Tcl and Tix (and might cause errors, I'm not sure), and not giving OPTS=noxp along with WINVER=0x0500 would definitely have caused an error building Tk, cutting compilation short before most of ttk could be compiled (if I remember my test from this morning correctly).

(For the record, my testing this morning included completely fresh builds of the tip of 2.7 with Tcl/Tk 8.5.15, tip of 2.7 with Tcl/Tk 8.5.2, v2.7.6 (which had Tcl/Tk 8.5.2), and default with Tcl/Tk 8.6.1, all built using the buildbot scripts, and all showed Les's issue.  I removed the noxp option in each case, and ttk worked correctly in each. To me, that says that our buildbot scripts have been wrong for a long time, but fortunately Martin has been using better options when he has built installers in the past, though I'd still like confirmation on that before I make any changes to 2.7's buildbot scripts.  Since there's no concern about keeping Win2k compatibility on 3.4 and default, I went ahead and fixed those this morning.)

----------

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


More information about the Python-bugs-list mailing list