PyQt Help and Advice

David Boddie davidb at mcs.st-and.ac.uk
Tue Jul 29 18:36:39 EDT 2003


"Keith Jones" <kmj9907 at cs.rit.edu> wrote in message news:<pan.2003.07.29.18.23.51.576277 at cs.rit.edu>...

> Also. as Sybren mentioned, the Qt
> tutorial itself should be useful.. Finally, I'll say that the book you
> mentioned is excellent, and a wonder source of example code. I liked it
> enough that I bought it, and I'm happy I did.

There's also a mailing list for PyQt and PyKDE:

http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

> Good luck with PyQt! The only issues I've had were related to QCanvas not
> deleting canvas items (and therefore my program leaking them) if I don't
> reuse them. I still haven't figured that out, so I just keep track of the
> ones I create and reuse them, in order to prevent memory leaks.

This sounds familiar. I wonder if you've tried this solution:

http://www.mail-archive.com/pykde@mats.gmd.de/msg02890.html

-- 
http://www.boddie.org.uk/david/Projects/




More information about the Python-list mailing list