Re: [Pyobjc-dev] ValueError: Unknown typestr
Brought to you by:
ronaldoussoren
From: Luc H. <lu...@ho...> - 2010-05-09 22:37:27
|
On 7 mai 2010, at 02:27, Aahz wrote: > You need to use PyObjC 2.2 built on 10.5 IME -- see archives. Right. Ok. So I'm now using a built-from-sources Python 2.6.5, PyObjC 2.2 and py2app 0.4.3, all on OS X 10.5. Building the application and then running it on OS X 10.6 now gives this: Traceback (most recent call last): File "/Users/luc/Desktop/Miro.app/Contents/Resources/__boot__.py", line 31, in <module> _run('Miro.py') File "/Users/luc/Desktop/Miro.app/Contents/Resources/__boot__.py", line 28, in _runexecfile(path, globals(), globals()) File "/Users/luc/Desktop/Miro.app/Contents/Resources/Miro.py", line 42, in <module> import Foundation File "build/bdist.macosx-10.5-fat/egg/Foundation/__init__.py", line 10, in <module> File "build/bdist.macosx-10.5-fat/egg/CoreFoundation/__init__.py", 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 I've looked at the list archive and it seems that you had the *exact* same error not so long ago: <http://sourceforge.net/mailarchive/forum.php?thread_name=20100223010249.GA3923%40panix.com&forum_name=pyobjc-dev> Did you manage to make it work? -- Luc Heinrich - lu...@ho... |