[Pythonmac-SIG] Module Import Problem

Aahz aahz at pythoncraft.com
Sun May 2 03:55:57 CEST 2010


On Sun, Apr 25, 2010, Mike wrote:
>
> ImportError:  
> dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyobjc_core-2.2-py2.6-macosx-1
> 0.3-fat.egg/objc/_objc.so, 2): Library not loaded: /usr/lib/libxml2.2.dylib
>  Referenced from:  
> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyobjc_core-2.2-py2.6-macosx-10
> .3-fat.egg/objc/_objc.so
>  Reason: Incompatible library version: _objc.so requires version 10.0.0 
> or later, but libxml2.2.dylib provides version 9.0.0

Just for the record, this is from downloading PyObjC 2.2 from PyPI, which
is only built on/for Mac 10.6.  Your later guess that you need to build
from source is entirely correct.  However, you may be able to use
MacPorts instead of downloading source directly.  (Someone suggested that
earlier when I was having problems, but I'd already managed to build from
source myself.)
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan


More information about the Pythonmac-SIG mailing list