Trip screensaver off via wxPython

Does anyone know of a way within wxPython to cause a computer to come out of screensaver (or monitor power down)?

The idea is that the wx app detects some condition that requires the user's attention, so it causes the screen to come alive and out of blank.

Thanks,
Michael

Hi,

ยทยทยท

On Tue, Dec 15, 2009 at 4:19 PM, Michael Hipp <Michael@hipp.com> wrote:

Does anyone know of a way within wxPython to cause a computer to come out of
screensaver (or monitor power down)?

The idea is that the wx app detects some condition that requires the user's
attention, so it causes the screen to come alive and out of blank.

Haven't tried it for this use case but may want to look at
(wx.Frame.RequestUserAttention) calling it may cause windows to come
out of the screensaver.

Cody