Re: [Pyobjc-dev] Constants etc.
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-02 18:09:08
|
bb...@ma... wrote: > Ronald: should we go ahead and auto-generate the source to cover all > of AB's compiled constants? This would require creating > yet-another-module. Maybe AddressBook should be moved out of PyObjC > and into its own project given that most apps will not use the AB API? I've been wondering, if interfacing an arbitrary framework is mostly automated, we could make it more dynamic with an import hook: if "import SomeFramework" fails, a hook can be called to wrap it if it happens to be ean existing framework. That way we could delete AddressBook altogether ;-) just |