<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
Running on Ubuntu-14.04 I have progressed from using an earlier
version of Qt (5.2.1) <br>
by uninstalling/purging all Qt4 and Qt 5.2.1 and earlier PyQt .. and
then installing Qt 5.5.1 + PyQt5 + QScintilla2 + eric6 IDE.<br>
<br>
Qt 5.5 Creator now works.<br>
eric6 IDE now works.<br>
<br>
Now installing pyqtdeploy by command ...<br>
<blockquote><font color="#000099">sudo pip3 install pyqtdeploy</font><br>
<font color="#000099">Downloading/unpacking pyqtdeploy</font><br>
<font color="#000099"> Downloading pyqtdeploy-1.2-py3-none-any.whl
(328kB): 328kB downloaded</font><br>
<font color="#000099">Installing collected packages: pyqtdeploy</font><br>
<font color="#000099">Successfully installed pyqtdeploy</font><br>
<font color="#000099">Cleaning up...</font><br>
</blockquote>
<br>
Next on trying to launch pyqtdeploy through command terminal I get
this message ...<br>
<blockquote><font color="#000099">pyqtdeploy</font><br>
<font color="#000099">Cannot mix incompatible Qt library (version
0x50201) with this library (version 0x50501)</font><br>
</blockquote>
PyQt5 is in /opt/qt55.<br>
pyqtdeploy is in <a
href="file:///usr/local/lib/python3.4/dist-packages/pyqtdeploy">/usr/local/lib/python3.4/dist-packages/pyqtdeploy</a><br>
pyqtdeploy-1.2.dist-info is in <a
href="file:///usr/local/lib/python3.4/dist-packages/pyqtdeploy-1.2.dist-info">/usr/local/lib/python3.4/dist-packages/pyqtdeploy-1.2.dist-info</a><br>
<br>
Running this script ...<br>
<blockquote><font color="#000099">python3 -c 'from PyQt5 import
QtCore; print(QtCore.QT_VERSION_STR)';</font><br>
</blockquote>
returns ...<br>
<blockquote><font color="#000099">5.5.1</font><br>
</blockquote>
<br>
How do I resolve these conflicting libraries? <br>
It seems that version 5.2.1 is still being referenced. But where? In
pyqtdeploy?<br>
<br>
dl<br>
<br>
<title></title>
<meta name="generator" content="CherryTree">
<link rel="stylesheet" href="styles.css" type="text/css">
</body>
</html>