[PyKDE] Last PyQt4

Phil Thompson phil at riverbankcomputing.co.uk
Wed Feb 15 12:32:25 GMT 2006


On Wednesday 15 February 2006 12:18 pm, Guest007 wrote:
> Hello!
>
> ./basiclayout.py
> *** glibc detected *** free(): invalid pointer: 0xbffa4f70 ***
> Aborted
>
> ./tabdialog.py
> *** glibc detected *** free(): invalid pointer: 0xbffddd50 ***
> Aborted
>
> The same is configdialog.py
>
> ./fridgemagnets.py
> Traceback (most recent call last):
>   File "./fridgemagnets.py", line 178, in ?
>     window = DragWidget()
>   File "./fridgemagnets.py", line 98, in __init__
>     wordLabel = DragLabel(word, self)
>   File "./fridgemagnets.py", line 55, in __init__
>     QtCore.Qt.AlignCenter, text)
> TypeError: argument 1 of QPainter.drawText() has an invalid type
> QPaintDevice: Cannot destroy paint device that is being painted
> Segmentation fault
>
>
> /simpledommodel.py
> Segmentation fault
>
> ./spinboxdelegate.py
> Segmentation fault
> (this example after double-click on cell)
>
> ./puzzle.py
> Segmentation fault
>
> And so on...
>
> What is this?
>
> Most of examples in PyQt3 (last snapshot) make "Segmentation fault" too.
> And eric3 (splash is OK).

Sounds like you haven't rebuilt everything with the latest SIP.

Phil




More information about the PyQt mailing list