[PyQt] QThread issue

Phil Thompson phil at riverbankcomputing.com
Thu Sep 6 15:58:35 BST 2018


On 6 Sep 2018, at 3:41 pm, Bleier, Leor Z. (GSFC-5820) <leor.z.bleier at nasa.gov> wrote:
> 
> (Not sure this got through the first time, sorry if duplicate)
> 
> Hello,
> I have PyQt 5.11.2 installed via pip, and qt 5.9.6 installed via miniconda. As of version 5.10, Qt supports a "create" function in QThread, but when I try to use this I get an error saying that "create" is not an existing attribute. If the 5.11.2 wheel includes Qt libraries, shouldn't this functionality also be included? The PyQt libraries aren't being built against the qt 5.9 I have installed, are they? What am I missing? Thanks.

It's not implemented in PyQt.

Phil


More information about the PyQt mailing list