<div dir="ltr">Maybe it would be easier to just get the latest versions and necessary .toml values to build a pyqtdeploy project compatible with latest open source releases of PyQt5-5.15.*, Qt-5.15.*, Python-3.*? I assume that would include values in:<div><br></div><div>- local python environment</div><div>- sysroot.toml</div><div>- my_custom_extension.toml</div><div><br></div><div>FWIW, the goal of my pyqtdeploy-demo project in the recent email thread was to work out a minimal reproducible example to reference for these sorts of problems, but it is stuck on the two outstanding questions from Oct 17.<br><div><br></div><div>Cheers,</div><div><div><div>-Patrick</div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 24, 2022 at 11:02 AM Patrick Stinson <<a href="mailto:patrickkidd@gmail.com" target="_blank">patrickkidd@gmail.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"><div dir="ltr">With sip-5.5.0 in my python env, which requires < python 3.10 PyQt-5.15.2 and sip abi-version "12.8" in the toml's, I'm getting this for pyqtdeploy-sysroot:<div><br></div><div>





<p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Generating the _pkdiagram bindings...</span></p>
<p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">sip-build: /Users/patrick/dev/familydiagram/.venv/lib/python3.9/site-packages/PyQt5/bindings/QtCore/QtCoremod.sip:23: syntax error</span></p>
<p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:16px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:19px"><span style="font-variant-ligatures:no-common-ligatures"></span><br></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0);min-height:19px"><br></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0);min-height:19px"><font face="arial, sans-serif">Cheers,</font></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal;color:rgb(0,0,0);min-height:19px"><font face="arial, sans-serif">-Patrick</font></p></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 24, 2022 at 7:50 AM Patrick Stinson <<a href="mailto:patrickkidd@gmail.com" target="_blank">patrickkidd@gmail.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"><div dir="auto">Ah gotcha. I’ll give that a shot.</div><div dir="auto"><br></div><div dir="auto">I was trying to build with 12.11 but was getting a crash at exit when importing both a pure sip and a PyQt-builder extension in the same app exe. So this is an attempt to revert the sip version to see if that fixes it.</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 24, 2022 at 7:25 AM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com" target="_blank">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 24/10/2022 16:09, Patrick Stinson wrote:<br>
> I'm getting the following error when loading the pyqtdeploy project <br>
> defined<br>
> by the attached files. The sip extension modules specify 12.8. How can <br>
> I<br>
> get PyQt5 to use 12.8 instead of 12.11 in the sysroot?<br>
<br>
Build PyQt5 with a version of SIP for which 12.8 was current - which I <br>
think was SIP v5.<br>
<br>
> RuntimeError: the sip module implements API v12.0 to v12.8 but the<br>
> PyQt5.QtCore module requires API v12.11<br>
<br>
Phil<br>
</blockquote></div></div>
</blockquote></div>
</blockquote></div>