Samuel GARCIA wrote / napísal(a): > Hi list, > I am a quite new user of PyQT (2 mouth). > > I have problem with emitting arbitrary Python objects between diffenrent > thread. > Explained here : > http://archives.devshed.com/forums/kde-96/emitting-python-objects-in-pyqt4t-1760916.html > > The receiver sometime receive what I want and sometimes it receive > stranges things like taht : > <refcnt 0 at 022AEEF0> > > Any idea ?
You must keep references to your objects, otherwise they will get deleted. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
