Trent Mick wrote: > I wonder if it would be possible to write a "reaper" script that used > some combination of EnumWindows, SendKeys, the Performance Monitoring > APIs (Pdh* function) and some elbow grease to click these crash dialogs > away.
The buildbot invokes itself a "reaper" procedure if the current build step doesn't produce any output for some period of time (I think 2000s). This would be the place where actions should be added, IMO. For clicking crash dialogs, I wonder whether running the processes in their own window station (CreateWindowStation) would help: I would hope that the dialogs get forcefully closed when the window station get closed. Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com