Re: [Pyobjc-dev] Is there an Xcode Cocoa sample that calls Python?
Brought to you by:
ronaldoussoren
From: Virgil D. <hs...@ha...> - 2012-04-10 13:32:06
|
On 2012-04-10, at 3:43 AM, Joel Norvell wrote: > Hi PyObjC People, > > I'm interested in calling Python routines from within a Cocoa/ObjC program. > > Is there a sample Xcode project that does this? > > I did see Bill Bumgarner's "Calling Python from Objective-C" example and it's helpful. But I'm hoping for a Cocoa sample in an Xcode context to work from if one is available. > > I realize that this isn't purely a PyObjC question but I thought this list would be a good place to ask it on. > > Sincerely, > Joel Hi Joel, I wrote an article about that a couple of weeks ago. It might be a good starting point: http://www.hardcoded.net/articles/embedding-python-in-objc.htm There's even a link to guiskel in it. It's a sample project that does exactly that: https://bitbucket.org/hsoft/guiskel/overview Regards, Virgil Dupras |