[PyQt] Issue with latest PyQt snapshots

2010-12-11 Thread Detlev Offenbach
Hi, I've upgraded to the latest PyQt snapshots and immediately got this error: class 'KeyError': 'there is no matching overloaded signal' The code in question is: self.finished[QNetworkReply].connect(self.__class__.primaryManager.finished) where self is an object of a class derived from

Re: [PyQt] Issue with latest PyQt snapshots

2010-12-11 Thread Phil Thompson
On Sat, 11 Dec 2010 12:13:48 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hi, I've upgraded to the latest PyQt snapshots and immediately got this error: class 'KeyError': 'there is no matching overloaded signal' The code in question is:

Re: [PyQt] Issue with latest PyQt snapshots

2010-12-11 Thread Detlev Offenbach
On Samstag, 11. Dezember 2010, Phil Thompson wrote: On Sat, 11 Dec 2010 12:13:48 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hi, I've upgraded to the latest PyQt snapshots and immediately got this error: class 'KeyError': 'there is no matching overloaded signal' The

Re: [PyQt] Issue with latest PyQt snapshots

2010-12-11 Thread Phil Thompson
On Sat, 11 Dec 2010 13:16:50 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: On Samstag, 11. Dezember 2010, Phil Thompson wrote: On Sat, 11 Dec 2010 12:13:48 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hi, I've upgraded to the latest PyQt snapshots and immediately