hi,

i am using the latest PySide 1.1.0, Qt 4.6.2 on Ubuntu. the simple
code below complains:

"AttributeError: 'module' object has no attribute 'QString'"

how can i fix the problem?

many thanks,
Jun

#####
import sip
sip.setapi('QString', 2)

import sys
from PySide import QtGui, QtCore

QtCore.QString("aaa")
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to