Is PyObjC installed on OSX SL?

I am going to sell a program that uses this infrastructure in the Mac App Store. I want to make sure it will be approved by Apple.

0
source share
1 answer

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' 
+4
source

All Articles