-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Thanks for the script.
I encountered an issue using it in Windows 8.1.
It works fine, however; the script hangs even after I wake my monitors again.
e.g.
SC_MONITORPOWER = 0xF170
win32gui.SendMessage(win32con.HWND_BROADCAST, win32con.WM_SYSCOMMAND, SC_MONITORPOWER, 2)
print 'All done'
The Python window stays open even after I wake my monitors i.e. it never reaches the print 'All done' statement.