#23122: python26 puredarwin variant ------------------------------------+--------------------------------------- Reporter: probono@… | Owner: blb@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: puredarwin | Port: python26 ------------------------------------+--------------------------------------- Comment(by probono@…): Need /opt/local/Library/Frameworks/Python.framework so that subsequently installed Python modules are correctly found, since apparently other portfiles install stuff there, e.g., in the site-packages subdirectory. A workaround is to manually do some symlinking along those lines: {{{ mkdir -p /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib ln -s /opt/local//include/python2.6 /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Headers mkdir -p /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/ ln -s /opt/local/bin/python2.6 /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/ ln -s /opt/local/lib/python2.6/site-packages /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ }}} -- Ticket URL: <http://trac.macports.org/ticket/23122#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS