Re: [Pythonmac-SIG] Python code in Objective C

2005-06-30 Thread Ronald Oussoren
On 30-jun-2005, at 9:02, Ronald Oussoren wrote: > > On 30-jun-2005, at 1:33, Bob Ippolito wrote: > > >> >> On Jun 29, 2005, at 11:16 AM, Robert Brown wrote: >> >> >> >>> I've got an object written in Python (descended from NSObject using >>> PyObjC) that I'd like to have access to in Objective-C.

Re: [Pythonmac-SIG] Python code in Objective C

2005-06-30 Thread Ronald Oussoren
On 30-jun-2005, at 1:33, Bob Ippolito wrote: > > On Jun 29, 2005, at 11:16 AM, Robert Brown wrote: > > >> I've got an object written in Python (descended from NSObject using >> PyObjC) that I'd like to have access to in Objective-C. There's an >> example where some Python code is packaged as a p

Re: [Pythonmac-SIG] Python code in Objective C

2005-06-29 Thread Bob Ippolito
On Jun 29, 2005, at 11:16 AM, Robert Brown wrote: > I've got an object written in Python (descended from NSObject using > PyObjC) that I'd like to have access to in Objective-C. There's an > example where some Python code is packaged as a plugin, then loaded > in an Objective-C app, but it

[Pythonmac-SIG] Python code in Objective C

2005-06-29 Thread Robert Brown
I've got an object written in Python (descended from NSObject using PyObjC) that I'd like to have access to in Objective-C.  There's an example where some Python code is packaged as a plugin, then loaded in an Objective-C app, but it only ends up specifying one of the objects instantiated in the ni