[PyQt] How to not compile QtNfc?

Phil Thompson phil at riverbankcomputing.com
Sat Mar 17 14:22:28 GMT 2018


On 15 Mar 2018, at 4:02 pm, Cody Scott <cody at perspexis.com> wrote:
> 
> I think it is normal for the .DLL files to not be in site-packages\PyQt5\. Is this correct?

Which DLL files? The PyQt wheels include a Qt installation which is in site-packages\PyQt5\Qt. When you build PyQt5 from source then it uses your existing Qt installation.

> I need to add C:\Qt\5.10.1\msvc105\bin to PATH environment variable for it to work. Should the Qt installer have done this?

IMHO, no.

> > set PATH=%PATH%; C:\Qt\5.10.1\msvc105\bin

Phil


More information about the PyQt mailing list