Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>PyObjC is installed: /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/</p> <p>The parts you're missing are the Project and File Templates. Apple stopped including those around the time of Leopard, because the Xcode and PyObjC development cycles are not at all synced up.</p> <p>You can download them yourself from the <a href="http://svn.red-bean.com/pyobjc/trunk/pyobjc/pyobjc-xcode/" rel="nofollow noreferrer">PyObjC repository</a>; install them in ~/Library/Application Support/Developer/Shared/Xcode/Project Templates and ~/Library/Application Support/Developer/Shared/Xcode/File Templates and you should be ready to roll.</p> <p>Note that the Apple-supplied PyObjC is an older version (2.2bsomething), which means that unfortunately it won't work with Python 3*. You'd have to build your own copy of the framework. The other big annoyance about this is that the metadata in this default PyObjC doesn't include a lot of stuff (particularly to do with blocks) which was added to Cocoa in Snow Leopard. Anything that says "Available in 10.6 and later" in the docs <em>isn't</em> available in the system PyObjC, so you may find yourself having to build and statically link a newer version for that reason too.</p> <hr> <p>*And support for Python 3 in PyObjC is <a href="https://stackoverflow.com/questions/666148/pyobjc-python-3-0-questions">fairly new and potentially shaky</a> -- described as "pre-alpha" in <a href="http://svn.red-bean.com/pyobjc/tags/pyobjc-2.3.1/pyobjc-core/NEWS.txt" rel="nofollow noreferrer">v2.3 NEWS.txt</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload