[Pyobjc-dev] Another naive question
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2002-11-16 23:40:01
|
What is the real difference between: >>> from AppKit import NSApplication and >>> from objc import * >>> NSApplication = lookup_class("NSApplication") ? (I noticed they're one and the same object.) I guess the real question is what does the AppKit module _do_ that makes importing take so long? Erm, I'm not complaining, just being curious... Just |