[PyQt] How to not compile QtNfc?

Cody Scott cody at perspexis.com
Mon Mar 19 13:16:03 GMT 2018


Just to clarify are you surprised that I need to add this to the PATH
environment variable?

C:\Qt\5.10.1\msvc105\bin

Can you add a sentence to the building PyQt5 from source page. "If you are
on Windows you will need to add the directory of qmake to the PATH
environment variable"?


On Sat, Mar 17, 2018 at 10:22 AM, Phil Thompson <phil at riverbankcomputing.com
> wrote:

> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180319/7847e217/attachment.html>


More information about the PyQt mailing list