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.


On Thu, Jan 19, 2012 at 8:44 AM, 曾宇驍 <cias...@gmail.com> wrote:

> 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
> PySide@lists.pyside.org
> http://lists.pyside.org/listinfo/pyside
>
_______________________________________________
PySide mailing list
PySide@lists.pyside.org
http://lists.pyside.org/listinfo/pyside

Reply via email to