[MacPorts] #55479: SIP/PyQt5: sipconfig reports a wrong directory as default sip dir
MacPorts
noreply at macports.org
Wed Dec 6 20:51:46 UTC 2017
#55479: SIP/PyQt5: sipconfig reports a wrong directory as default sip dir
--------------------+------------------------------
Reporter: Veence | Owner: mmoll@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.4.2
Keywords: | Port: py-sip, py-pyqt5
--------------------+------------------------------
This python snippet:
{{{
import sipconfig
cfg = sipconfig.Configuration()
print (cfg.default_sip_dir)
}}}
when run under Python 3.6 with py36-sip and py36-pyqt5 installed should
return
''/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
/site-packages/PyQt5''.
Instead, it returns ''/opt/local/share/py36-sip'' which doesn’t exist. As
a result the python modules of QGIS won’t build.
I’m not sure what’s wrong here, SIP or PYQT5, as a result I quote both
ports in this issue.
--
Ticket URL: <https://trac.macports.org/ticket/55479>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list