On Sunday 04 September 2005 22:49, Phil Thompson wrote: > On Sunday 04 September 2005 9:02 pm, David Boddie wrote:
> > I thought this just meant that the C++ wrapper stays around, but the > > Python implementation is still collected. My plugin's __del__ method is > > still called, just as before. > > No - the C++ instance (not the wrapper) stays around. OK, then I'll still need to keep a reference to the plugin from somewhere in Python. The pure C++ instance won't do anything useful without its Python counterpart. David _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
