After you import sip, can you not use sip.setapi('QString', 2)? I seem
to recall something along those lines being possible as a way to prevent
wrapping everything in str(). Maybe I imagined it...
-Tim C.
On 7/8/2013 5:32 PM, Eric Thivierge wrote:
Yeah there are a few variables you need to set with SIP but it has to
happen before you init the PyQt stuff or else it will error out. So
you have to do it in the PyQtForSoftimage plugin.
Eric Thivierge
===============
Character TD / RnD
Hybride Technologies
On July-08-13 6:29:11 PM, Steven Caron wrote:
i thought there was a way to configure pyqt to behave like pyside...
guess not.
http://pyqt.sourceforge.net/Docs/PyQt4/gotchas.html#python-strings-qt-strings-and-unicode
On Mon, Jul 8, 2013 at 3:24 PM, Tony Barbieri <[email protected]
<mailto:[email protected]>> wrote:
PySide is supposed to output string and do away with all the
QString stuff, but Gene is using PyQt which I believe still uses
QString.
--
Signature