Re: [Pythonmac-SIG] How to I covert a Mac framework into a python module

2006-09-10 Thread Ronald Oussoren
On Sep 10, 2006, at 12:12 PM, samantha wrote: Ronald Oussoren wrote: On Sep 10, 2006, at 7:59 AM, Samantha Atkins wrote: I see all of these nice apparent python modules for Foundation, SyncServices, etc. corresponding to several objc frameworks. I would like to know how these are made an

Re: [Pythonmac-SIG] How to I covert a Mac framework into a python module

2006-09-10 Thread samantha
Ronald Oussoren wrote: > > On Sep 10, 2006, at 7:59 AM, Samantha Atkins wrote: > >> I see all of these nice apparent python modules for Foundation, >> SyncServices, etc. corresponding to several objc frameworks. I would >> like to know how these are made and especially how to update them when >> t

Re: [Pythonmac-SIG] How to I covert a Mac framework into a python module

2006-09-10 Thread Ronald Oussoren
On Sep 10, 2006, at 7:59 AM, Samantha Atkins wrote: I see all of these nice apparent python modules for Foundation, SyncServices, etc. corresponding to several objc frameworks. I would like to know how these are made and especially how to update them when the underlying frameworks have changed