[PyQt] Issue with latest PyQt snapshots

Phil Thompson phil at riverbankcomputing.com
Sat Dec 11 19:19:13 GMT 2010


On Sat, 11 Dec 2010 13:16:50 +0100, Detlev Offenbach
<detlev at die-offenbachs.de> wrote:
> On Samstag, 11. Dezember 2010, Phil Thompson wrote:
>> On Sat, 11 Dec 2010 12:13:48 +0100, Detlev Offenbach
>> 
>> <detlev at 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:
>>
self.finished[QNetworkReply].connect(self.__class__.primaryManager.finished
>> )
>> 
>> > where self is an object of a class derived from
QNetworkAccessManager.
>> 
>> Was
>> 
>> > there some change?
>> > 
>> > Regards,
>> > Detlev
>> 
>> Have you got a small test case I can actually run?
> 
> No. Unfortunately I don't have time today to create one. However, you
> could 
> try the eric5 web browser.
> 
>> 
>> What version of Python?
> 
> Python 3.1, Qt 4.7.1 on openSUSE 11.3

Works fine for me (with Python v3.2b1).

Phil


More information about the PyQt mailing list