[PyKDE] QListView.setSelectionAnchor() missing in PyQt 3.3.3

2006-10-16 Thread EXT-Harris, Kenneth B
Hi all, (I can't seem to find a Bugzilla or similar for PyQt, so I hope this list is an OK place to report bugs.) QListView.setSelectionAnchor() exists in Qt, but seems to have been the victim of a couple of typos in listview.sip. It looks to me as if it says that setSelectionAnchor(QListViewIte

Re: [PyKDE] Fixed version of PyKDE?

2006-10-16 Thread Jim Bublitz
On Monday 16 October 2006 12:10, Torsten Marek wrote: > Hi Jim, hi all, > > wasn't there a promise of a new PyKDE maint release? I haven't paid close > attention to the mailing list in the last time, mostly because I was too > busy with work, so please bear with me if I ask an already answered > qu

[PyKDE] Fixed version of PyKDE?

2006-10-16 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jim, hi all, wasn't there a promise of a new PyKDE maint release? I haven't paid close attention to the mailing list in the last time, mostly because I was too busy with work, so please bear with me if I ask an already answered question. best, To

[PyKDE] qobject and __del__

2006-10-16 Thread Marco Bubke
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 g