[Pyobjc-dev] pyobjc install in mac 10.4.11 ppc: dlopen _class_getSuperclass ?
Brought to you by:
ronaldoussoren
|
From: denis <de...@t-...> - 2008-03-27 17:42:53
|
Folks,
after patching around undef NSUInteger in install pyobjc on mac
10.4.11 ppc
(previous mail 16:10 today),
trying to import objc =>
ActivePython 2.5.1.1 (ActiveState Software Inc.) based on
Python 2.5.1 (r251:54863, May 1 2007, 17:40:00)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import objc
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/opt/local/lib/python2.5/site-packages/pyobjc_core-2.1a0-py2.5-macosx-10.4-ppc.egg/objc/__init__.py",
line 17, in <module>
_update()
File
"/opt/local/lib/python2.5/site-packages/pyobjc_core-2.1a0-py2.5-macosx-10.4-ppc.egg/objc/__init__.py",
line 14, in _update
import _objc
ImportError:
dlopen(/opt/local/lib/python2.5/site-packages/pyobjc_core-2.1a0-py2.5-macosx-10.4-ppc.egg/objc/_objc.so,
2): Symbol not found: _class_getSuperclass
Referenced from:
/opt/local/lib/python2.5/site-packages/pyobjc_core-2.1a0-py2.5-macosx-10.4-ppc.egg/objc/_objc.so
Expected in: dynamic lookup
Forgot to day, the pyobj is from svn co
http://svn.red-bean.com/pyobjc/trunk yesterday
(no top-level Readme, no install notes, hmm)
cheers
-- denis
--------------------------------------------------------------------------------
Bloomberg's Law of Complexity:
the state of technology at any time is as complicated as it possibly
can be
and still mostly work.
A corollary:
if something can be added, it will.
|