Hi everyone. I encountered a segfault when I tried to create a QCursor instance using the following simple code.
from PySide import QtGui, QtCore app=QtGui.QApplication([]) c=QtGui.QCursor(QtCore.Qt.ArrowCursor) Is it a bug or am I doing something wrong? Thanks. I'm using PySide 1.1.0 with Python 2.7.2 on Debian squeeze. _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
