<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">What is the correct way to configure a sip-5 project that extends PyQt5? I cannot find this in the sip-5 documentation.<div class=""><br class=""></div><div class=""><br class=""></div><div class="">I am asking 1) if the following way of configuring the sip project is ideal, and 2) about the following linker error. 2) The PyQtPurchasing project has the following:<div class=""><br class=""></div><div class="">[tool.sip]<br class="">project-factory = "pyqtbuild:PyQtProject”</div><div class=""><br class=""></div><div class="">This appears to require the extension files be structured like this:</div><div class=""><br class=""></div><div class="">./pyproject.toml</div><div class="">./sip/<module>/<module>mod.sip</div><div class=""><br class=""></div><div class="">This seems to get sip-install to find the PyQt5 .sip and .h files for the example fib sip project where I only added the following single line to the .sip file:</div><div class=""><br class=""></div><div class="">%Import QtCore/QtCoremod.sip</div><div class=""><br class=""></div><div class="">However, I did get the following link problem when importing the extension module. This is on a fresh ubuntu install with a virtualenv that only has qt built and in the path, and pyqt5 + sip + PyQt-Builder installed via pip.</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); font-size: 11px;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #39c026" class=""><b class="">patrick@huor</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">:</span><span style="font-variant-ligatures: no-common-ligatures; color: #5620f4" class=""><b class="">~/pyqt5-test</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">$ python -c "import something"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); font-size: 11px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Traceback (most recent call last):</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); font-size: 11px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  File "<string>", line 1, in <module></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); font-size: 11px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">ImportError: /home/patrick/pyqt5-test/myenv/lib/python3.6/site-packages/PyQt5/QtCore.abi3.so: symbol _ZdlPvm version Qt_5 not defined in file libQt5Core.so.5 with link time reference</span></div></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); font-size: 11px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class=""><div class=""><font color="#000000" class=""><span style="caret-color: rgb(0, 0, 0); font-style: normal;" class="">-Patrick</span></font></div><div style="color: rgb(0, 0, 0); font-family: Menlo; font-size: 11px;" class=""></div></span></div></div></body></html>