<div>Hello,</div>
<div>&nbsp;</div>
<div>I need to do something when windows shuts down, as when someone presses the power button. </div>
<div>&nbsp;</div>
<div>I believe this is a window message, WM_QUERYENDSESSION or WM_ENDSESSION. </div>
<div>&nbsp;</div>
<div>I can't find any way to trap this in python. </div>
<div>&nbsp;</div>
<div>atexit() does not work. </div>
<div>&nbsp;</div>
<div>using the signal module to trap SIGBREAK or SIGTERM does not work either. </div>
<div>&nbsp;</div>
<div>Any help? Thanks. </div>
<div>&nbsp;</div>