#40287: Python support does not work ------------------------+-------------------------------- Reporter: wichert@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: MacVim | ------------------------+-------------------------------- Comment (by wichert@…): Looking at config.log shows why it fails: {{{ configure:5285: checking Python's install prefix configure:5294: result: /opt/local/Library/Frameworks/Python.framework/Versions/2.7 configure:5297: checking Python's execution prefix configure:5306: result: /opt/local/Library/Frameworks/Python.framework/Versions/2.7 configure:5328: checking Python's configuration directory configure:5345: result: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config configure:5399: checking if -pthread should be used configure:5438: result: no configure:5442: checking if compile and link flags for Python are sane configure:5459: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPYTHON_HOME=\"/opt/local/Library/Frameworks/Python.framework/Versions/2.7\" -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/usr/local/lib conftest.c -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation -u _PyMac_Error Python.framework/Versions/2.7/Python >&5 clang: error: no such file or directory: 'Python.framework/Versions/2.7/Python' }}} Which suggests that this is related to #39223 -- Ticket URL: <https://trac.macports.org/ticket/40287#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X