The following simple code crashes for me:<br><br>from PyQt4 import QtCore, QtGui<br>from PyQt4.QtCore import Qt<br><br>action = QtGui.QAction(None)<br>action.setShortcut(QtGui.QKeySequence(Qt.Key_Q))<br><br>I&#39;m using:<br>
<br>* Qt/Windows 4.2.2 Open Source Edition.<br>* PyQt 4.1.1<br>* sip 4.5.2<br><br>I haven&#39;t changed these versions in a while and everything else seems to work ok.<br><br>Sorry about not posting a backtrack, I&#39;m not sure how to generate one under Windows.&nbsp; Hopefully somebody will be able to reporuce this problem.
<br><br>Regards,<br>Miguel<br><br>