Re: [PyQt] PyQt4 signal issue

2011-01-24 Thread Phil Thompson
On Sun, 23 Jan 2011 15:57:13 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hi, I am observing an issue disconnecting a signal using the new style signal- slots API. If the signal to be disconnected is not connected, I am getting a TypeError exception. Using the old style API, the

[PyQt] PyQt4 signal issue

2011-01-23 Thread Detlev Offenbach
Hi, I am observing an issue disconnecting a signal using the new style signal- slots API. If the signal to be disconnected is not connected, I am getting a TypeError exception. Using the old style API, the code silently ignores the disconnect. The little script in the attachment shows the issue