DK wrote:
> I may have taken your code example too literally. I tried putting in
> the check for 'shutdownEvent.isset()' but it's failing at run time.
> It's looking for a global variable, I guess.

Or perhaps "it" is just looking for correct capitalization, since Python 
is case sensitive.  Try shutdownEvent.isSet() instead.

-Peter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to