<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
From: Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>><br>
> * How to handle co-installing qt4 & qt5 variants of pyqt?<br>
> Given that currently pyqt4 uses PyQt4 name-space regardless if it's<br>
> compiled against qt4 or qt5.<br>
<br>
A good question that doesn't have a good answer.<br>
<br>
The Qt4 and Qt5 variants of PyQt4 are incompatible and cannot be installed<br>
at the same time for the same Python interpreter.<br>
<br>
Phil<br>
<br>
</blockquote></div>Sounds like a case for virtualenv (<a href="http://www.virtualenv.org/">http://www.virtualenv.org/</a>) ?<br></div><div class="gmail_extra">Would that be a solution to this issue?<br><br></div></div>