[PySide] Segfault on QCursor

79 views
Skip to first unread message

曾宇驍

unread,
Jan 19, 2012, 12:44:46 AM1/19/12
to pys...@lists.pyside.org
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
PyS...@lists.pyside.org
http://lists.pyside.org/listinfo/pyside

anatoly techtonik

unread,
Jan 19, 2012, 3:07:48 AM1/19/12
to 曾宇驍, pys...@lists.pyside.org
I believe something similar was fixed in current HEAD - http://bugs.pyside.org/show_bug.cgi?id=1105
You may want to compile current version from source and check it.
--
anatoly t.
Reply all
Reply to author
Forward
0 new messages