Re: [Pyobjc-dev] Is there an Xcode Cocoa sample that calls Python?
Brought to you by:
ronaldoussoren
From: Joel N. <fra...@ya...> - 2012-04-11 06:08:34
|
Hi Virgil, Thank you for your work making it possible to embed Python in Objective-C with ObjP! I really appreciate your clear documentation and example code! It's very encouraging to me. Sincerely, Joel ________________________________ From: Virgil Dupras <hs...@ha...> To: Joel Norvell <fra...@ya...> Cc: "pyo...@li..." <pyo...@li...> Sent: Tuesday, April 10, 2012 6:15 AM Subject: Re: [Pyobjc-dev] Is there an Xcode Cocoa sample that calls Python? 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 |