From: Tim Golden on
On 27/04/2010 03:09, python(a)bdurham.com wrote:
> Is there a OS portable way to have a Python script detect when
> its operating system is shutting down or a user is logging out?
>
> If not, any Windows specific tips on how to detect these events?
>
> Thank you,
> Malcolm
>
>
Doubt v. much if there's anything x-platform. I recently wrote-up
the work done my Klaas Tjebbes (sp?) which I think will do what
you want:

http://timgolden.me.uk/python/win32_how_do_i/track-session-events.html

TJG