[PyQt] ANN: PyQt v5.8 and SIP v4.19.1 Released

Cody Scott cody at perspexis.com
Wed Feb 15 21:50:36 GMT 2017


Hey Daniel,

Is this on Windows? I think it might be because Anaconda does not have
python3.dll which PyQt5 requires.

I created an issue with Anaconda
https://github.com/ContinuumIO/anaconda-issues/issues/1394

I guess you will need to wait until you can conda install pyqt5 and get
pyqt5==5.8


On Wed, Feb 15, 2017 at 3:01 PM, Daniel Krause <madakr at web.de> wrote:

> The current wheel works fine for me with standard python 3.6 for windows
> (win10 - 64bit).
>
> It fails with the anaconda python distribution (miniconda - python 3.5).
>
> import sys
> print('sys imported')
> import PyQt5
> print('Qt imported')
> from PyQt5 import QtCore
> print('QtCore imported')
>
> gives
>
> sys imported
> Qt imported
> Fatal Python error: PyThreadState_Get: no current thread
>
>
> Thanks for PyQt anyway,
> Daniel
>
> 2017-02-15 19:07 GMT+01:00 Phil Thompson <phil at riverbankcomputing.com>:
>
>> PyQt v5.8 and SIP v4.19.1 have been released. There are also new releases
>> of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.
>>
>> The highlight of the release is support for Qt v5.8.0.
>>
>> There will be a new QScintilla release sometime over the weekend.
>>
>> Phil
>> _______________________________________________
>> PyQt mailing list    PyQt at riverbankcomputing.com
>> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170215/628f153c/attachment.html>


More information about the PyQt mailing list