<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">(error is when trying to build PyQt3D, but error comes from PyQt)</div><div class=""><br class=""></div>I installed sip with pip.  so no private PyQt sip.<div class=""><br class=""></div><div class="">For PyQt 5.13.2:</div><div class=""><br class=""></div><div class=""><div class="">python3 configure.py --spec=macx-clang</div><div class=""><br class=""></div><div class="">make & install OK</div><div class=""><br class=""></div><div class="">For PyQt3D 5.13.1:</div><div class=""><br class=""></div><div class="">python3 configure.py --spec=macx-clang<br class="">Error: Unable to import PyQt5.QtCore. Make sure PyQt5 is installed.<br class=""><br class=""></div><div class="">not a very helpful error - PyQt IS installed.</div><div class=""><br class=""></div><div class="">I started python3 and tried to load PyQt5.QtCore as the PyQt3d configure is doing:</div><div class=""><br class=""></div><div class="">from PyQt5 import QtCore<br class="">Traceback (most recent call last):<br class="">  File "<stdin>", line 1, in <module><br class="">ModuleNotFoundError: No module named 'PyQt5.sip'<br class=""><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On Nov 29, 2019, at 12:13 PM, Phil Thompson <<a href="mailto:phil@riverbankcomputing.com" class="">phil@riverbankcomputing.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 29/11/2019 16:54, William Kyngesburye wrote:<br class=""><blockquote type="cite" class="">Sorry, more details:<br class="">It's not PyQt where I'm having the private sip problem.  It's PyQt3D.<br class="">PyQt compiled successfully with default sip 5 install.<br class="">Maybe PyQt3D needs updating for the new sip?<br class=""></blockquote><br class="">Maybe a description of the commands run and the error?<br class=""><br class="">Phil<br class=""><br class=""></div></div></blockquote></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class="">-----</div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class="">William Kyngesburye <kyngchaos*at*kyngchaos*dot*com></div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class=""><a href="http://www.kyngchaos.com/" class="">http://www.kyngchaos.com/</a></div><div style="font-size: 14px; orphans: 2; widows: 2;" class=""><br class="khtml-block-placeholder"></div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class="">"We can die but once, and that once we must die.  To be always fearing, then, would not avert it, and would make life miserable."</div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class=""><br class="khtml-block-placeholder"></div><span style="font-size: 14px; orphans: 2; widows: 2;" class="">- Tarzan, on death</span></div>
</div>
<br class=""></div></body></html>