[Pythonmac-SIG] Module Import Problem

Mike smartmike1 at gmail.com
Sun May 2 20:16:24 CEST 2010


I built the latest PyObjC from source and got the same error. Do I need to 
build the older version, PyObjC 2.0? Also, what is mac ports?

Mike
----- Original Message ----- 
From: "Aahz" <aahz at pythoncraft.com>
To: <pythonmac-sig at python.org>
Sent: Saturday, May 01, 2010 9:55 PM
Subject: Re: [Pythonmac-SIG] Module Import Problem


> 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
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG 



More information about the Pythonmac-SIG mailing list