Why did Apple remove Python support in Mavericks, aka Mac OS X 10.9?

Posted by alex gray on Programmers See other posts from Programmers or by alex gray
Published on 2013-11-03T19:00:22Z Indexed on 2013/11/03 22:15 UTC
Read the original article Hit count: 469

Filed under:
|
|

Apple has removed Python support (at least on the Developer level) in 10.9.

Python IS still on the machine in /System/Library/Frameworks/Python.framework... but trying to link to Python using the 10.9 SDK fails. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks does not have Python.

I'm not a Pythonista, but find it interesting that Apple has made this change. I don't understand why this is done and I'm a bit annoyed that I have to remove Python from my compilation units in order to compile with 10.9 SDK.

Is this a statement by Apple, along the lines of "People aren't using Python very much anymore so we're going to phase out support"? Or was something else driving the change?

© Programmers or respective owner

Related posts about python

Related posts about frameworks