<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">Python modules bundled with the macOS wheel have their install names set to a fixed path,</div><div class="">e.g. /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyQt5/Qt.so</div><div class=""><br class=""></div><div class="">Python runtime does not care about install names, but users may theoretically link against them</div><div class="">and this path is generally wrong: builtin Python is rarely used and virtualenvs are common.</div><div class=""><br class=""></div><div class="">I suggest to remove LC_ID_DYLIB from Python extension modules entirely as that will</div><div class="">cause linker to record current path rather then install name.</div><br class=""><br class=""><div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; 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;">Best Regards,</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; 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;">Ilya Kulakov</div></div>
</div>
<br class=""></body></html>