Re: [PyKDE] Segmentation fault with the latest SIP snapshots

2005-06-30 Thread Phil Thompson
On Thursday 30 June 2005 2:10 pm, Ulrich Berning wrote: > Using QTimer.singleShot() causes a segmentation fault with > sip-snapshot-20050626 and sip-snapshot-20050629. > With sip-snapshot-20050623, it worked. See the example code below. Will be fixed in tonight's SIP snapshot. Thanks, Phil _

Re: [PyKDE] Segmentation fault with the latest SIP snapshots

2005-06-30 Thread Ulrich Berning
Ulrich Berning schrieb: Using QTimer.singleShot() causes a segmentation fault with sip-snapshot-20050626 and sip-snapshot-20050629. With sip-snapshot-20050623, it worked. See the example code below. Ulli Oops, mozilla has shuffled the whitespaces a little bit, I hope you can still read the

[PyKDE] Segmentation fault with the latest SIP snapshots

2005-06-30 Thread Ulrich Berning
Using QTimer.singleShot() causes a segmentation fault with sip-snapshot-20050626 and sip-snapshot-20050629. With sip-snapshot-20050623, it worked. See the example code below. Ulli import sys from qt import * class MyWidget(QWidget): def __init__(self,parent=None,name="",fl