Hi Phil and others<br>We are facing problems with QtGui.QX11Info.display() with recent versions of PyQt4/sip (today'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 'Display'<br><br>When printing the result of QtGui.QX11Info.display() we get <br><PyQt4.QtGui.Display object at 0x14f4d98><br><br>When printing from an old version (PyQt-snapshot-20070228 + Qt
4.2.0)<br> that produces what we expect we get<br><sip.voidptr object at 0x15d4e21><br><br>Could you check if this is a sip/PyQt4 bug?<br><br>Thanks,<br><br>-- Emanuele.<br>