<div dir="ltr"><span style="font-size:12.8px">I'm trying to get the demo pyqtdeploy project working, and have hopefully gotten past the openssl building step in my previous email.</span><br><div><br></div><div><span style="font-size:12.8px">Now I'm getting the following:</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">------------------</span></div><div><div><span style="font-size:12.8px">Building Qt5 from source</span></div><div><span style="font-size:12.8px">pyqtdeploy-sysroot: Unable to find an installation of Python v2.7.</span></div></div><div><div><span style="font-size:12.8px">------------------</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">My b</span><span style="font-size:12.8px">uild setup, architecture, dependencies are as follows:</span></div><div><div style="font-size:12.8px"><span style="font-size:12.8px">- OS and architecture: Windows 7 Enterprise 64-bit, running on </span><span style="font-size:12.8px">Intel Core i7-4790, 16GB memory</span><br></div><div style="font-size:12.8px"><span style="font-size:12.8px">- Python version: Python 3.5.1</span><br></div><div style="font-size:12.8px">- Compiler suite: VS2015 x64</div><div style="font-size:12.8px">- pyqtdeploy version: 2.1 from pypi<br></div><div><span style="font-size:12.8px">- qt5 version: qt-everywhere-opensource-src-5.9.3.tar.xz</span></div><div style="font-size:12.8px"><div style="font-size:small"><br></div></div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><span style="font-size:12.8px">It appears that the Qt5Component._build_from_source() in </span><span style="font-size:12.8px">lib\site-packages\pyqtdeploy\sysroot\plugins\qt5.py </span><span style="font-size:12.8px">is hard-coded to use Python 2.7's path when configuring and making, and installing qt5.  </span></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><span style="font-size:12.8px">Why does building Qt5 require Python 2.7 to be on the PATH?  Especially when pyqtdeploy requires Python 3.3 or later?  I didn't think that building Qt5 required Python in any way at all.</span></div><div style="font-size:12.8px"><span style="font-size:12.8px"><br></span></div><div style="font-size:12.8px"><span style="font-size:12.8px">Is it possible to build Qt5 without Python 2.7 installed?  If so, how do I go about doing that, especially since the 2.7 version callout above is hard-coded into the library?  Can those lines be removed?</span></div><div></div></div></div>