[issue21059] idle_test.test_warning failure

2014-07-16 Thread Zachary Ware
Zachary Ware added the comment: I believe I eventually figured out the reason for the failure, it had to do with the fact that the Tcl/Tk DLLs were copied into PCbuild to avoid adding ..\tcltk[64]\bin to PATH and the persistent issue that tkinter._fix changes environment variables to make init

[issue21059] idle_test.test_warning failure

2014-04-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset c507da0b573f by Zachary Ware in branch 'default': Issue #21059: Temporary measure to make the Windows buildbots useful again. http://hg.python.org/cpython/rev/c507da0b573f -- nosy: +python-dev ___ Python

[issue21059] idle_test.test_warning failure

2014-03-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue21059] idle_test.test_warning failure

2014-03-25 Thread Zachary Ware
Changes by Zachary Ware : -- assignee: -> zach.ware dependencies: +Suppress 'os.environ was modified' warning on Tcl/Tk tests versions: +Python 3.5 ___ Python tracker ___ __

[issue21059] idle_test.test_warning failure

2014-03-25 Thread Zachary Ware
Zachary Ware added the comment: Indeed, although honestly I can't figure out exactly why. However, #20035 should fix the failures; I haven't committed it because the patch is in C and I can't guarantee that I haven't missed anything big. If either of you (or anyone else at all :-) could revi

[issue21059] idle_test.test_warning failure

2014-03-25 Thread STINNER Victor
STINNER Victor added the comment: It's probably a regression of the changeset c2e2dc6c8769b6f37638149a9e9d0aad5845b3f1: "Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build solution. " -- nosy: +haypo ___ Python tracker

[issue21059] idle_test.test_warning failure

2014-03-25 Thread Charles-François Natali
New submission from Charles-François Natali: Many buildbots are failing with this error: """ == ERROR: idlelib.idle_test.test_warning (unittest.loader.ModuleImportFailure) -