New submission from Zachary Ware:

Ezio, you brought up the fact that the 2.7 Windows buildbots were skipping the 
Tkinter tests in Terry's core-mentorship thread about tkinter on Windows last 
month, and I've finally learned what is causing that failure.  It appears that 
when 689a813f4afc and df39b0bc4106 were committed, they were not backported to 
2.7.  Attached is a patch to backport those two changesets, which should make 
things (more) right.  

This only affects running tests via PCbuild/rt.bat (or Tools/buildbot/test.bat, 
which calls PCbuild/rt.bat), and doesn't do anything for finding the tcl/tk 
.dlls any other time.

----------
components: Tests, Tkinter, Windows
files: 2.7_rt.bat_tcltk_fix.diff
keywords: patch
messages: 188184
nosy: ezio.melotti, terry.reedy, zach.ware
priority: normal
severity: normal
status: open
title: Fix buildbot testing of Tkinter
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file30080/2.7_rt.bat_tcltk_fix.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17883>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to