[Pythonmac-SIG] [Tutor] Rut Ro... (fwd)

Jim Tittsler jwt@qth.ath.cx
Mon, 2 Dec 2002 17:57:24 +0900


On Mon, Dec 02, 2002 at 12:11:03AM -0800, Danny Yoo wrote:
> RubyCocoa is a Ruby library for using Cocoa Objects on Mac OS X
> 
> http://www.imasy.or.jp/~hisa/mac/rubycocoa/
> 
> Why hasn't Python done something like this??

Check out the PyObjc project at http://pyobjc.sf.net/
PyObjc provides a bridge between Objective-C and Python. You
can use it to write a Cocoa-based application in Python.