[PyKDE] Crash (Freez) after connecting to a QTimer

Aurel (DustyDingo) W. aurel.w at gmail.com
Mon Apr 17 03:29:39 BST 2006


Hi,

I experienced that an application (tested with SuperKarmba) freezes
(no exception, nothing) after the following code:

 self.timer = QTimer()
 #yet everything is fine
 QObject.connect(self.timer, SIGNAL("timeout()"), self.__animLoop)
 #freeze

With the newest stable (Gentoo) PyQt (3.14.1-r1) and an older version
of sip it works. I experienced this problem some weeks ago and solved
it by downgrading _sip_ to an older version.

Now i use the current PyQt-x11-gpl-snapshot-20060407 and sip-4.4.1

DustyDingo




More information about the PyQt mailing list