[Pyobjc-dev] Whoops! Looks like AppKit is broken.
Brought to you by:
ronaldoussoren
|
From: Bill B. <bb...@co...> - 2002-10-11 15:53:24
|
I was testing some stuff and realized I still had some of the previous
build of pyobjc in site-packages; stuff prior to the recent namespace
change.
In removing that, Web Services Tool now no longer works. Further
analysis reveals that:
- 'import AppKit' before 'import Foundation' breaks with a "could
not link module" error. No big deal, really.
- NSApplicationMain() is not defined when the AppKit is imported.
It appears that AppKit's __init__.py catches ImportErrors and passes --
attempting to do the import by hand produces a "could not link module"
import error.
I'm not sure exactly what is broken, but something is (it might be me).
b.bum
|