I have been keeping up to date with the snapshots, and after installing them I try to launch Eric4 and I get a segfault. I think this simple example, adapted from eric4's Debugger/BreakPointModel.py, might illustrate the problem:<br>
<br>from PyQt4 import QtCore<br>alignment = QtCore.QVariant(QtCore.Qt.Alignment(QtCore.Qt.AlignLeft))<br><br>When I run that script, I get:<br><br>Traceback (most recent call last):<br> File "test_alignment.py", line 3, in <module><br>
alignment = QtCore.QVariant(QtCore.Qt.Alignment(QtCore.Qt.AlignLeft))<br>TypeError: unable to convert a Python 'Alignment' object to a C++ 'Qt::Alignment' instance<br><br>Can anyone please confirm?<br>
<br>Darren<br>