<div dir="ltr"><div>The current wheel works fine for me with standard python 3.6 for windows (win10 - 64bit).</div><div><br></div><div>It fails with the anaconda python distribution (miniconda - python 3.5).</div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>import sys</div><div>print('sys imported')</div></div><div>import PyQt5</div><div>print('Qt imported')</div><div>from PyQt5 import QtCore</div><div>print('QtCore imported')</div></blockquote>gives</div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>sys imported</div><div>Qt imported</div><div>Fatal Python error: PyThreadState_Get: no current thread</div></div></blockquote></div><div><div><br></div></div><div>Thanks for PyQt anyway,<br></div><div>Daniel</div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-02-15 19:07 GMT+01:00 Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">PyQt v5.8 and SIP v4.19.1 have been released. There are also new releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.<br>
<br>
The highlight of the release is support for Qt v5.8.0.<br>
<br>
There will be a new QScintilla release sometime over the weekend.<br>
<br>
Phil<br>
______________________________<wbr>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.<wbr>riverbankcomputing.com/<wbr>mailman/listinfo/pyqt</a></blockquote></div><br></div>