[issue10734] test_ttk failure under Windows

Antoine Pitrou report at bugs.python.org
Sat Dec 18 22:15:22 CET 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

It looks like the Windows buildbots have been failing since the tk upgrade (at least, I'm assuming it is related since there haven't been any tk changes recently).

======================================================================
FAIL: test_heading_callback (tkinter.test.test_ttk.test_widgets.TreeviewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\tkinter\test\test_ttk\test_widgets.py", line 945, in test_heading_callback
    self.fail("The command associated to the treeview heading wasn't "
AssertionError: The command associated to the treeview heading wasn't invoked.

----------------------------------------------------------------------

(see e.g. http://www.python.org/dev/buildbot/all/builders/AMD64%20Windows%20Server%202008%203.x )

----------
components: Tests, Tkinter
messages: 124318
nosy: georg.brandl, gpolo, loewis, pitrou
priority: release blocker
severity: normal
status: open
title: test_ttk failure under Windows
type: behavior
versions: Python 3.2

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


More information about the Python-bugs-list mailing list