Has anyone successfully built/run a PyObjC 2.2 app on PPC 10.4? I'm
getting NameError on NSDefaultRunLoopMode after
from Foundation import *
--
Aahz (aa...@py...) <*> http://www.pythoncraft.com/
"...string iteration isn't about treating strings as sequences of strings,
it's about treating strings as sequences of characters. The fact that
characters are also strings is the reason we have problems, but characters
are strings for other good reasons." --Aahz
|