Hi Phil and others<br>We are facing problems with QtGui.QX11Info.display() with recent versions of PyQt4/sip (today&#39;s snapshot + Qt 4.3.0).<br>When trying to get the pointer to the display and casting it to an int we get the error message:
<br>TypeError: int() argument must be a string or a number, not &#39;Display&#39;<br><br>When printing the result of QtGui.QX11Info.display() we get <br>&lt;PyQt4.QtGui.Display object at 0x14f4d98&gt;<br><br>When printing from an old version (PyQt-snapshot-20070228 + Qt 
4.2.0)<br>&nbsp;that produces what we expect we get<br>&lt;sip.voidptr object at 0x15d4e21&gt;<br><br>Could you check if this is a sip/PyQt4 bug?<br><br>Thanks,<br><br>-- Emanuele.<br>