Re: [Pythonmac-SIG] creating PyObjC wrapper for ObjC framework?

2008-01-13 Thread Ronald Oussoren
On 10 Jan, 2008, at 18:00, has wrote: On 10 Jan 2008, at 06:54, Ronald Oussoren wrote: I'm trying to create a PyObjC wrapper for objc-appscript, Why? Partly just to know how, as one of objc-appscript's goals is to provide a foundation for implementing other appscript bridges, and this let

Re: [Pythonmac-SIG] py2app 0.4.2 recipe errors

2008-01-13 Thread Ronald Oussoren
On 12 Jan, 2008, at 19:35, Edward Hartley wrote: Hi Ronald, further to my previous on py2app modulegraph With these changes py2app is not to working at all. Arghh I guess my merge of the version of py2app and friends from Leopard wasn't complete. I'm currently working on some cleanup

Re: [Pythonmac-SIG] py2app 0.4.2 recipe errors

2008-01-13 Thread michael ferraro
thanks for your efforts m On Jan 13, 2008, at 9:28 AM, Ronald Oussoren wrote: On 12 Jan, 2008, at 19:35, Edward Hartley wrote: Hi Ronald, further to my previous on py2app modulegraph With these changes py2app is not to working at all. Arghh I guess my merge of the version of py2ap

Re: [Pythonmac-SIG] creating PyObjC wrapper for ObjC framework?

2008-01-13 Thread has
On 13 Jan 2008, at 14:24, Ronald Oussoren wrote: > I keep trying to make it as easy as possible to create Objective-C > code that is trivial to wrap using PyObjC, although documentation > and advocacy is rather lacking :-( Sympathies; know what it's like trying to find enough time and/or as