<div style="direction: ltr;">Hi, Phil<br><br>I'm using the latest version of PyQt4 (20060306) and when I try something like:<br><br>self.emit(QtCore.SIGNAL("mySignal(PyObject *)", myObject)<br><br>I get a type error, but if I use the short-circuited version
<br><br>self.emit(QtCore.SIGNAL("mySignal"), myObject) <br><br>it works fine. <br><br>In your e-mail (couple weeks ago) I thought both ways were supposed to work, am I correct?<br><br>Thanks,<br></div><span>
<br>Emanuele.</span>