On 06.12.06 16:04:24, Andre Reitz wrote: > Sounds great, > but memory usage increases continuously. > Do you have an idea why? > Is there a bug on C++/SIP side?
Maybe, but as Giovanni said, this is not reproducible with not-so-ancient PyQt versions, so the solution for you is to upgrade PyQt and sip. BTW: What happens if you first disconnect the signal and then delete the dialog? And last but not least: The Windows task tracker is not a sufficient tool to find memory leaks. On Linux I'd suggest to use valgrind, but I don't know which tools are available for Windows. Andreas -- You have a truly strong individuality. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
