<div dir="ltr"><div>I'm trying to run an application against PyQt 5.6 (from the PyQt5_gpl-5.6.zip). This application was converted from Qt/PyQt 4.11. The webkit QWebView usage has been replaced by QWebEngineView. When running the application an error occurs:</div><div><font face="monospace, monospace">"Could not find QtWebEngineProcess.exe"</font><br></div><div><br></div><div>I've found this issue on the mailinglist (<a href="https://www.riverbankcomputing.com/pipermail/pyqt/2016-April/037276.html">https://www.riverbankcomputing.com/pipermail/pyqt/2016-April/037276.html</a>) with a reported fix and the following indicated fix:<br></div><div><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">changeset:   a4d8055d6b1a
date:        Thu Apr 14 15:38:51 2016 +0100
Adjusted qt.conf on Windows so that QtWebEngineProcess can be found.</pre></div><div>in the change log of the 5.6 release (<a href="https://www.riverbankcomputing.com/static/Downloads/PyQt5/ChangeLog">https://www.riverbankcomputing.com/static/Downloads/PyQt5/ChangeLog</a>). It however still seems like an issue here. The QtWebEngineProcess.exe can be found in C:\Qt\Qt5.6.0\5.6\msvc2013_64\bin, but adding this to the path, application - or python directories didn't change anything. Can you help me out here?</div><div><br></div><div>As background information, the way I've created my PyQt5 installation:<br></div><div><ul><li>Qt 5.6 (qt-opensource-windows-x86-msvc2013_64-5.6.0.exe)<br></li><li>Visual Studio 2013 (vs2013.5_ce_enu.iso)<br></li><li>Python 2.7 (pywin32-217.win-amd64-py2.7.exe)<br></li><li>sip 4.18 (sip-4.18.zip, compiled against VS2013)</li></ul>amd64 VS2013 CMD prompt with:</div><font face="monospace, monospace">PATH="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib\amd64";C:\Qt\Qt5.6.0\5.6\msvc2013_64\bin;"C:\Users\<username>\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\WinSDK\Bin"<br>QT_PLUGIN_PATH="C:\Qt\Qt5.6.0\5.6\msvc2013_64\plugins";C:\Python27;C:\Python27\bin;C:\Python27\Scripts;C:\Python27\Lib\site-packages<br>INCLUDE="C:\Qt\Qt5.6.0\5.6\msvc2013_64\lib";"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE";"C:\Users\dveltman\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\WinSDK\Include"<br>LIB="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib\amd64";"C:\Users\dveltman\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\WinSDK\Lib\x64"</font><div><font face="monospace, monospace"><br></font></div><div><font face="arial, helvetica, sans-serif">ran:</font></div><div><font face="monospace, monospace">python configure.py</font></div><div><font face="monospace, monospace">nmake</font></div><div><font face="monospace, monospace">nmake install</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="arial, helvetica, sans-serif">Regards,</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Daan</font></div></div>