[issue9931] test_ttk_guionly hangs on XP5

2011-02-27 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr 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 rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2011-02-26 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr 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 - pending
versions:  -Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread Paul Moore

Paul Moore p.f.mo...@gmail.com 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 tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread Paul Moore

Changes by Paul Moore p.f.mo...@gmail.com:


--
nosy: +gpolo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread David Bolen

David Bolen db3l@gmail.com 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.

--
nosy: +db3l

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread Nick Coghlan

Changes by Nick Coghlan ncogh...@gmail.com:


--
priority: normal - high

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread Paul Moore

Paul Moore p.f.mo...@gmail.com 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.

It runs as a specific user, not as LocalSystem (and only LocalSystem
has the interact with desktop checkbox, so yes, I think it does...)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2011-01-30 Thread David Bolen

David Bolen db3l@gmail.com 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 is only for localsystem.

It's been many years, but I think I had some code that located and attached to 
the interactive desktop (if one was currently available) from within a 
background service that I used in a remote management system.  Our remote 
service (functioned similarly to rshd) also ran under a specific user.

At least in theory I think you might be able to tweak the local buildbot code 
to execute any tests from within a child process that does the same thing 
first.  In the end it's only the executing test code that needs the access, not 
the buildbot itself.

If I get a chance I'll see if I can scrounge up what I did, but will take that 
off-line from this ticket since it's a broader question.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2010-11-04 Thread Hirokazu Yamamoto

Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp 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 rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2010-11-04 Thread Hirokazu Yamamoto

Changes by Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp:


--
dependencies:  -test_issue_8959_b fails when run from a service

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2010-10-11 Thread Hirokazu Yamamoto

Changes by Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp:


--
dependencies: +test_issue_8959_b fails when run from a service

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2010-09-25 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
nosy: +pmoore
type:  - crash

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9931] test_ttk_guionly hangs on XP5

2010-09-23 Thread Hirokazu Yamamoto

New submission from Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp:

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: Tests, Tkinter, Windows
messages: 117230
nosy: ocean-city
priority: normal
severity: normal
status: open
title: test_ttk_guionly hangs on XP5
versions: Python 2.7, Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9931
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com