Following up, after a bit of research...
It seems it's alla about QString (which is gone in api 2)
it is suggested to convert the QString into a unicode python2 string
http://wiki.python.org/moin/PortingPythonToPy3k/PyQt4
Do you think could be the way to go for the qt backend?
Cheers,
Michele.
Dear list,
I'm trying to to use matplotlib in a Qt application which needs the
sip API set to 2
import sip
sip.setapi('QString', 2)
However if I do this I get this error
ImportError: cannot import name QString
I'm wondering if I'm the first to stumble upon this one, or