Re: [Pyobjc-dev] In and out of NSData
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2003-01-07 23:49:08
|
On Tuesday, Jan 7, 2003, at 18:33 America/New_York, Jack Jansen wrote: > > On dinsdag, jan 7, 2003, at 23:39 Europe/Amsterdam, Bob Ippolito wrote: >>> Again: why not go via the Carbon.CF objects here too? We *have* all >>> this functionality in Python, so it seems a bit silly not to use > >>> it.... >>> >> >> I'm using Apple's stock python 2.2 > > Carbon.CF is in there, albeit through an oversight of either myself or > Apple. The only problem is that it is called "_CF" only (that's the > internal name, the external name should be "Carbon.CF"). > > But note that my note was more aimed towards development of PyObjC > itself: I think we should tie in more to what is already available > than try to do everything from scratch. Wow, that's excellent.. I had absolutely no idea that was in Apple's distrib. Is there currently any way to do (pyobjc) NS* <-> (Carbon.CF) CF* for the toll-free bridged types? I don't see anything obvious from a quick look. -bob |