[issue9931] test_ttk_guionly hangs on XP5

2011-02-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, great ! The hg builders are temporary - or, rather, the SVN builders will get removed once the transition is over. -- status: open -> closed ___ Python tracker ___

[issue9931] test_ttk_guionly hangs on XP5

2011-02-27 Thread Paul Moore
Paul Moore added the comment: Seems to be correctly skipping the test now - failures are because of other issues (a load more hg builds means that the buildslave is getting a bit tight on space...) This change looks fine. Thanks! -- status: pending -> open

[issue9931] test_ttk_guionly hangs on XP5

2011-02-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: Committed in r88652 (3.3) and r88655 (3.2). Unfortunately, Paul's buildbot seems a bit stuck in a previous build... (I didn't commit to 2.7 since things look fine there) -- nosy: +pitrou resolution: -> fixed stage: -> committed/rejected status: open

[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread David Bolen
David Bolen added the comment: If I recall correctly, if you're not using localsystem then its much tougher, as by default it won't have access to your interactive desktop, just something internal that you won't see, maybe just a hidden windows station. You're right that the interact setting

[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread Paul Moore
Paul Moore added the comment: > Perhaps somewhat orthogonal to the patch, but in terms of the original hang > issue, does your service definition have the "interact with desktop" option > checked?  That ought to permit any normal UI processing to take place as if > you were running it interac

[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread Nick Coghlan
Changes by Nick Coghlan : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread David Bolen
David Bolen added the comment: Perhaps somewhat orthogonal to the patch, but in terms of the original hang issue, does your service definition have the "interact with desktop" option checked? That ought to permit any normal UI processing to take place as if you were running it interactively.

[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread Paul Moore
Changes by Paul Moore : -- nosy: +gpolo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread Paul Moore
Paul Moore added the comment: Patch looks good to me. Can this be applied? As a temporary workaround I have set my buildbot to run interactively. Once the fix is applied, I will switch back to running as a service. -- keywords: +buildbot ___ Python

[issue9931] test_ttk_guionly hangs on XP5

2010-11-04 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto : -- dependencies: -test_issue_8959_b fails when run from a service ___ Python tracker ___ ___ Python-bug

[issue9931] test_ttk_guionly hangs on XP5

2010-11-04 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I've created the patch to fix this. (This patch comes from #9055) -- keywords: +patch Added file: http://bugs.python.org/file19492/py3k_check_if_gui_is_really_available.patch ___ Python tracker

[issue9931] test_ttk_guionly hangs on XP5

2010-10-11 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto : -- dependencies: +test_issue_8959_b fails when run from a service ___ Python tracker ___ ___ Python-bugs

[issue9931] test_ttk_guionly hangs on XP5

2010-09-25 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +pmoore type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue9931] test_ttk_guionly hangs on XP5

2010-09-23 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto : test_ttk_guionly hangs on x86 XP5 buldbot. But it doesn't hang on test_tk. Former shows widget but latter doesn't on my machine. http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/1348/steps/test/logs/stdio -- components: Test