André Roberge wrote: > ... Each time I refresh the screen, I could > force that call, then check to see if Evil has been > destroyed by Python, which would give me the information > I need to destroy Evil_twin behind the scene myself - > which is what I am really after.
What might work is to keep a weakref to Evil in Evil_twin. Upon refresh, you could check if the weakref has gone stale. Is that good enough? --Scott David Daniels [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list