<div dir="ltr"><div dir="ltr">So since I got the build environment working, I kept going and managed to get a pyqtdeploy sysroot built for the demo project.  Then tried to build the demo with pyqtdeploy-build.  It's failing, with this message:<div><br></div><div><div>pyqtdeploy-build --target win-64 --sysroot sysroot-win-64 --build-dir build-win-64 --verbose pyqt-demo.pdy</div><div>Cleaning C:\Tools\pyqtdeploy\demo\build-win-64</div><div>[...]</div><div>Freezing C:\Tools\pyqtdeploy\demo\sysroot-win-64\lib\python3.5\_sysconfigdata.py...<br></div><div>Execution of 'pyqtdeploy-build' failed with error code 1</div></div><div><br></div><div>I can confirm it doesn't exist in the sysroot-win-64/lib/python3.5 directory).  If I remove sysconfig from the list of dependencies in the PDY editor GUI, and retry, it'll get much farther along in the install.  However the pyqt-demo.py calls it out as a dependency so I'd like to get it fixed so that I can build the demo.</div><div><br></div><div><br></div><div>So, why did my sysroot not generate a _sysconfigdata.py?  I can't find much information on what it does, or which operating systems it's applicable to, or how it's generated.</div><div><br></div><div>Here's some information on my setup:</div><div><br></div><div>OS: Windows 7 Enterprise</div><div>Architecture: 64-bit</div><div>Compiler: MSVC 2017 64-bit</div><div>Python version: 3.5.1</div><div>Sip version: 4.19.13</div><div>pyqtdeploy version: 2.3.1</div><div>Qt version: 5.12.1</div><div>PyQt version: 5.11.3</div><div>Openssl: 1.1.1a</div><div>zlib: 1.2.11</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 9, 2019 at 12:41 PM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 9 Feb 2019, at 5:17 pm, Neil Jansen <<a href="mailto:njansen1@gmail.com" target="_blank">njansen1@gmail.com</a>> wrote:<br>
> <br>
> On Sat, Feb 9, 2019 at 11:05 AM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>> wrote:<br>
> <br>
> > This is from my internal documentation...<br>
> <br>
> Thanks so much, that did the trick. It built without any snags. <br>
> <br>
> One last question, is there a config param  that will tell sip to generate a wheel, rather than just installing it to site packages?  I didn't see any mention of building a wheel on the installation page.<br>
<br>
No that is done with internal tools. sip5, which I will start working on very soon, will be a good Python citizen in that regard.<br>
<br>
Phil</blockquote></div>