Don Bright wrote:
> Hello,
>
> I need to do something when windows shuts down, as when someone presses the
> power button.
>
> I believe this is a window message, WM_QUERYENDSESSION or WM_ENDSESSION.
>
> I can't find any way to trap this in python.
>
> atexit() does not work.
>
> using the sig
Hello,
Last year I made the migration from Java to Python and have been
having lots of fun. Just this month I got tasked with a COM
programming effort, and since none of us on the team are COM
programmers, we decided to do the effort in Python and I was assigned
the task. And, of course, in our
[Anderson, Allan]
| Hi, folks. I'm working with the gnatsparse.py script included with
| Bugzilla to import my company's old GNATS bug database. As this script
| appears to have been written specifically for the migration of the GCC
| project, and also as it was written for an older version of Bug
Hello,
I need to do something when windows shuts down, as when someone presses the power button.
I believe this is a window message, WM_QUERYENDSESSION or WM_ENDSESSION.
I can't find any way to trap this in python.
atexit() does not work.
using the signal module to trap SIGBREAK or SI