<div dir="ltr">Hi,<div><br></div><div>Recently I've just tried the current installer PyQt5-5.5.1-gpl-Py3.4-Qt5.5.1-x64.exe on windows7 + py34. After checking QtWebEngine is not available on this version I've decided to build myself the latest dev snapshot PyQt5_gpl-5.6.dev1604041221.zip , so, here's the steps i've done:</div><div><br></div><div>1.- Create a virtualenv of py34</div><div>2.- Copied lib folder (python34.lib) to the venv</div><div>3.- Build latest sip version (sip-4.18.dev1603301031.zip) using vs2013</div><div>4.- Moved the sip.exe into the Script folder of my venv</div><div>5.- Downloaded PyQt5_gpl-5.6.dev1604041221.zip sources & extract</div><div>6.- Open vs2013 x64 command prompt</div><div>7.- python configure.py</div><div>8.- nmake ---> <a href="http://screencast.com/t/mLDmMKSrwNQ2">will give me errors with Ntfc module</a></div><div>9.- nmake install ---> <a href="http://screencast.com/t/xESLsL486Hh">will give me errors as well</a></div><div><br></div><div>After that, i've seen some threads on the mailing list suggesting to rename the QtNfc folder, so i've done that in order to avoid the above errors (ie: renamed C:\Qt\Qt5.6.0\5.6\msvc2013_64\include\Qtnfc to C:\Qt\Qt5.6.0\5.6\msvc2013_64\include\Qtnfc_disable) but it didn't work... </div><div><br></div><div><div>Also, worth pointing out that nmake install copied two folders:</div><div>    * D:\virtual_envs\py34\sip\PyQt5 with a bunch of .sip files</div><div>    * D:\virtual_envs\py34\Lib\site-packages\PyQt5 with a bunch of .pyd files</div><div>But i don't see any qt tools over there nor examples, as tends to be with the nice official installer...</div></div><div><br></div><div>So, here's my questions:</div><div><br></div><div>- How can i build succesfully the latest release of pyqt5-5.6.dev on win7+py34?</div><div>- How can i create a nice installer like the one provided in pyqt website so I don't need to wait for the next release? Otherwise, if it's to complex build such installer, when is it gonna be available the next release?<br></div><div><br></div><div>I've gone through the whole hazzle of building 5.6 just because I need QtWebEngine support but the process hasn't been smooth as it should.</div><div><br></div><div>Regards.</div></div>