<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>body { line-height: 1.5; }body { font-size: 10.5pt; font-family: 'Microsoft YaHei UI'; color: rgb(0, 0, 0); line-height: 1.5; }</style>
</head>
<body>
<div><span></span>Hi all,</div>
<div><br>
</div>
<div>My simple testing script is as follows:</div>
<div>#============================</div>
<div>import sys</div>
<div>from PyQt4 import QtCore, QtGui, uic</div>
<div>uic.loadUiType("a.ui")      # the GUI generated by qt-designer saved as a.ui</div>
<div>#============================</div>
<div><br>
</div>
<div>When running to the last line, an error ocurred and shows in the terminal: </div>
<div><span style="background-color: window; font-size: 10.5pt; line-height: 1.5;">Segmentation fault (core dumped)</span></div>
<div><span style="background-color: window; font-size: 10.5pt; line-height: 1.5;"><br>
</span></div>
<div><span style="background-color: window; font-size: 10.5pt; line-height: 1.5;">My installing enviroments are: CentOs7, PyQt4_gpl_x11-4.12.1, qt-everywhere-opensource-src-4.8.7, sip-4.19.8,  QtPy-1.4.0, and t</span><span style="background-color: window; font-size: 10.5pt; line-height: 1.5;">he
 python version of CentOs7 is 2.7.5</span></div>
<div><span style="background-color: window; font-size: 10.5pt; line-height: 1.5;"><br>
</span></div>
<div><span style="background-color: window; font-size: 10.5pt; line-height: 1.5;">I have no idea what is wrong, any help will be appreciated and thanks in advance.</span></div>
<div><br>
</div>
</body>
</html>