If you did, would you mind sharing how you did the pyobjc install? I was trying to do it by installing PythonMac 2.5 (for the standalone bundle thru py2app), and doing easy_install
of PyObjC. I always get those deprecated
errors, primarily those declared in dyld.h
, and inside objc_inject.m
.
I tried compiling from source but still no luck.
Also, when I run my Leopard-compiled PyObjC app under Snow Leopard, it has errors concerning PyObjC, first time was it can't see Foundation
or AppKit
, second was typestr
is unknown.
Thanks and appreciate your answers.