Is PyObjC pre-installed on OSX SL?

坚强是说给别人听的谎言 提交于 2019-12-13 02:58:50

问题


I'm going to sell a program that uses that framework in Mac App Store. I want to make sure it will be approved by Apple.


回答1:


Yes.

$ /usr/bin/python2.6
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import objc
>>> objc.__file__
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/objc/__init__.pyc'


来源:https://stackoverflow.com/questions/5171346/is-pyobjc-pre-installed-on-osx-sl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!