<div dir="ltr">Hey Daniel,<div><br></div><div>Is this on Windows? I think it might be because Anaconda does not have python3.dll which PyQt5 requires.</div><div><br></div><div>I created an issue with Anaconda <a href="https://github.com/ContinuumIO/anaconda-issues/issues/1394">https://github.com/ContinuumIO/anaconda-issues/issues/1394</a></div><div><br></div><div>I guess you will need to wait until you can conda install pyqt5 and get pyqt5==5.8</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 15, 2017 at 3:01 PM, Daniel Krause <span dir="ltr"><<a href="mailto:madakr@web.de" target="_blank">madakr@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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="HOEnZb"><div class="h5"><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" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.riverbankcomputing<wbr>.com/mailman/listinfo/pyqt</a></blockquote></div><br></div>
</div></div><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><br></blockquote></div><br></div>