What did Apple do to the Python framework?

后端 未结 3 1064
自闭症患者
自闭症患者 2021-01-04 14:01

[tl;dr? see bottom]

Python on OS X has always been somewhat of an abomination in that it\'s split up and spread out all across the system. Some in /us

3条回答
  •  半阙折子戏
    2021-01-04 14:15

    Python.h and other headers are included with Xcode. On my system, it's located in both /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h and /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h. The latter appears to be installed by the Xcode installer.

提交回复
热议问题