Brendon Towle wrote:

> Essentially, I'm looking for a Python equivalent to the ObjectiveC stuff
> that can be found at:
> 
>  
http://developer.apple.com/documentation/UserExperience/Conceptual/AddressBook/index.html
> 
> Google got me that far, but was not particularly helpful past that.
> 
> Anyone have any pointers?

Google for pyobjc, the python-objective-c-bridge. Install it, and you should
be able to work with any objective c class.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to