Title: RE: [PyKDE] ANNOUNCE: PyQt/PyKDE v0.11pre1

Mmm, this has *fixed* the problems I was having with QListView.
(I was creating up to 224 items, then the thing would hang...)

I came to the conclusion the problem was with garbage collection but couldn't proove it...
Anyway, works a treat now .....

Gareth.

-----Original Message-----
From: Boudewijn Rempt [mailto:[EMAIL PROTECTED]]
Sent: 14 March 2000 21:30
To: Phil Thompson
Cc: PyKDE Mailing List
Subject: Re: [PyKDE] ANNOUNCE: PyQt/PyKDE v0.11pre1




On Mon, 13 Mar 2000, Phil Thompson wrote:

> SIP, PyQt and PyKDE v0.11pre1 are in
> http://www.river-bank.demon.co.uk/software/private/.
>
> This is still only Qt v1.x support - I want people to make sure this
> still works.
>
> Some of the problems related to QListViewItem seem to be fixed (but
> probably not all as the dirview example script doesn't work).
>
> Basically - please let me know of any outstanding problems, even if you
> have already reported them.
>

The inheritance problem is solved, as far as I can tell - the inherit.py
script I sent to the list a while ago now neatly shows that it calls the
inherited function:

<__main__.myListViewItem instance at 8183370>
<__main__.myListViewItem instance at 8183370>
slotHook

That dirview.py doesn't work is curious. I once translated that one, too,
but I used the Python os module wherever I could, and that one still
works. I wonder why... Hmmm, kpybrowser, which already had a nasty
segfaulting tendency also refuses to show the root's children... And
segfaults when I click on the tree for the second time. Or rather,
it attempts to replace the root with the root's child.


_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to