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.  Thanks for any leads.

Those are part of PyObjC. Changes to classes are picked up automaticly (the frameworks are scanned for Objective-C classes and their methods when the wrapper module is loaded), constants and global functions are picked up when PyObjC is build from source.

The binary installer for the latest release of PyObjC (at http:// pyobjc.sf.net) should be fairly complete and I consider missing values a bug.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to