Hello Phil, Hello List,
Just a little bug report:
the following small script raises a TypeError, unexpectedly so.
Tested under Windows PyQt4 Version 4.8.3.
import sip
sip.setapi(QString, 2) # this line important
from PyQt4 import QtGui
app = QtGui.QApplication([])
On Tue, 1 Mar 2011 15:02:57 +0100, Martin Teichmann
martin.teichm...@mbi-berlin.de wrote:
Hello Phil, Hello List,
Just a little bug report:
the following small script raises a TypeError, unexpectedly so.
Tested under Windows PyQt4 Version 4.8.3.
import sip
sip.setapi(QString, 2) # this