[PyKDE] qobject and __del__
Marco Bubke
marco at bubke.de
Mon Oct 16 16:59:20 BST 2006
Hi
I have a strange problem. I have some python derived QObject instances
in a dict. When I clear the dict the first time __del__ isn't called
for two object. I haven't set a parent for this objects and I don't
find any references at run time. they are simply gone. Add the exit of
the program I get that the call of NoneType to __del__ isn't possible.
So I think there is a connection but I don't get it.
regards and thanks
Marco
More information about the PyQt
mailing list