Well, I finally managed to compile/install PyObjC 2.2 on 10.5 and it
works. However, as soon as I run the resulting app on 10.6, it blows up
in
from Foundation import NSAutoreleasePool, NSMutableArray, NSString
File "Foundation/__init__.pyo", line 10, in <module>
File "CoreFoundation/__init__.pyo", line 19, in <module>
File "objc/_bridgesupport.pyo", line 156, in initFrameworkWrapper
File "objc/_bridgesupport.pyo", line 58, in _parseBridgeSupport
ValueError: Don't know CF type for typestr '^{__CFAllocator=}', cannot create special wrapper
Suggestions?
--
Aahz (aa...@py...) <*> http://www.pythoncraft.com/
"Many customs in this life persist because they ease friction and promote
productivity as a result of universal agreement, and whether they are
precisely the optimal choices is much less important." --Henry Spencer
|