[Pythonmac-SIG] embed python in cocoa
Jack Nutting
jnutting at gmail.com
Mon May 19 15:15:38 CEST 2008
> Can anyone give me some advice how I wrap my cocoa classes to be able to
> access them from within the python script?
>
> I found the examples on how to wrap c/c++ functions but nothing about
> ObjectC.
You'll want to use PyObjC:
http://pyobjc.sourceforge.net/
Already included in Leopard, so you may not need to even download
anything unless you need a newer version.
--
// jack
// http://www.nuthole.com
More information about the Pythonmac-SIG
mailing list