'; include "header.inc"; ?>

The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.

The most important usage of this is writing Cocoa GUI applications on Mac OS X in pure Python. See our tutorial for an example of this.

News

   

Status

PyObjC 1.3.7 was released on 6 July 2005. See the NEWS for details.

Platform support

The development of the bridge is currently focused on Mac OS X 10.2 and later. Earlier versions are not (and will never be) supported.

There is limited support for GNUstep, most of the unittests pass on GNUstep on Linux/ix86. However, we do still have some serious problems with real scripts.

Contact the mailinglist if you want to help out with GNUstep support.

Resources

Support is currently limited to the developer's mailing list.

The PyObjC project is hosted by SourceForge. In addition to hosting this site and the downloads, SourceForge provides the following resources for the project:

Our repository is hosted by red-bean.com. The subversion repository can be accessed here.