[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

Ronald Oussoren report at bugs.python.org
Tue Jul 5 13:03:50 CEST 2011


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

python2.7 has MacOS.WMAvailable().  When that function returns False the Tkinter tests should be disabled.

The function is not available in Python 3, but is easy enough to implement using ctypes.

----------

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


More information about the Python-bugs-list mailing list