Mailing List Archive

Python/Windows question (GUI)
I have a window class instance.

For example:

x = Window ( "hey there")
x.show ()

I think I am having some trouble when the window closes
with the window object being freed.

I want the object to be destroyed regardless of how many
references there are to it when the WM_DESTROY message
is received.

Any help is *much* appreciated.
Thanks.
Bryce