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&#39;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 &quot;test_alignment.py&quot;, line 3, in &lt;module&gt;<br>
    alignment = QtCore.QVariant(QtCore.Qt.Alignment(QtCore.Qt.AlignLeft))<br>TypeError: unable to convert a Python &#39;Alignment&#39; object to a C++ &#39;Qt::Alignment&#39; instance<br><br>Can anyone please confirm?<br>
<br>Darren<br>