Re: [Pyobjc-dev] NibLoader.py: parsing nibs at runtime
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2002-11-15 22:04:36
|
On Friday, November 15, 2002, at 02:30 PM, Ronald Oussoren wrote: >> class WSTApplicationDelegate (NibLoader): > This should be ... (NibLoader.NibLoader): Doh! Defeated by the Obvious Yet Again! Instead of calling it 'NibLoader', how about NibSuper, NibAbstract, NibBase, or something else other than the module name? I have been burned by this-- and have helped folks new to Python-- on this exact same kind of a problem *so many times* now, that I really try to avoid this kind of namespace overloading as much as possible. Once changed, works flawlessly! b.bum |