<div dir="ltr">Thanks Phil, I was able to build and install PyQt5!<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 13, 2018 at 5:58 PM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 13 Mar 2018, at 9:48 pm, Cody Scott <<a href="mailto:cody@perspexis.com">cody@perspexis.com</a>> wrote:<br>
><br>
> I'm trying to compile the latest PyQt5 for Python3.4 on Windows 7 32 bit.<br>
><br>
> I have installed Qt with the msvs2015 component. And I have installed Visual Studio 2015.<br>
><br>
> In the Developer Command Prompt for VS2015 I created a virtualenv and installed sip.<br>
><br>
> To install sip I ran<br>
><br>
> "C:\Program Files\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"<br>
> python configure.py<br>
> nmake<br>
> nmake install<br>
><br>
> For PyQt5 I did<br>
><br>
> python configure.py --qmake="C:\Qt\5.10.1\<wbr>msvc2015\bin\qmake.exe"<br>
> nmake<br>
><br>
> But it failed on QtNfc.dll<br>
> So I tried to disable QtNfc with by renaming<br>
> C:\Qt\5.10.1\msvc2015\include\<wbr>QtNfc\ to C:\Qt\5.10.1\msvc2015\include\<wbr>QtNfc-disable\<br>
> <a href="https://riverbankcomputing.com/pipermail/pyqt/2015-August/036222.html" rel="noreferrer" target="_blank">https://riverbankcomputing.<wbr>com/pipermail/pyqt/2015-<wbr>August/036222.html</a><br>
><br>
> But now I am getting an error<br>
><br>
> NMAKE : fatal error U1073: don't know how to make 'C:\Qt\5.10.1\msvc2015\<wbr>include\QtNfc\qndefmessage.h<br>
><br>
> So I know that wasn't the correct include folder.<br>
><br>
> How do you disable QtNfc? or how do I figure out why it won't compile?<br>
<br>
</div></div><a href="http://pyqt.sourceforge.net/Docs/PyQt5/installation.html#cmdoption-configure-py-disable" rel="noreferrer" target="_blank">http://pyqt.sourceforge.net/<wbr>Docs/PyQt5/installation.html#<wbr>cmdoption-configure-py-disable</a><br>
<br>
I've never been able to work out the problem with QtNfc.<br>
<span class="HOEnZb"><font color="#888888"><br>
Phil</font></span></blockquote></div><br></div>