> I have an application using the QuickTime portion of the Carbon package
> very successfully in recent code (with a primarily Tiger-based user
> base), where the higher level Cocoa/ObjC frameworks didn't provide the
> necessary functionality under Tiger

I've got the same issue for the Spotlight API; the Objective-C API is
a dumbed-down version of the C API.  However, I can get at the C API
using ctypes.  The only real problem is generating type definitions
for ctypes from the Mac header files.  If we had a standard way of
doing that, I'd say between PyObjC and ctypes, you'd be covered.

Bill
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to