Downgrading to pyobjc 2.0 from pyobjc 2.2

Posted by maxdj on Stack Overflow See other posts from Stack Overflow or by maxdj
Published on 2010-01-12T20:11:56Z Indexed on 2010/05/13 12:04 UTC
Read the original article Hit count: 380

Filed under:
|
|
|

I accidentally installed pyobjc 2.2 with easy-install pyobjc, and it's causing problems: When I try to import it I get the error

Incompatible library version: _objc.so requires version 10.0.0 or later, but libxml2.2.dylib provides version 9.0.0

I'm not interested in fixing that though, all I want is my pyobjc 2.0 back. I've tried removing pyobjc 2.2 and reinstalling python, and I've tried building 2.0 from the svn trunk (I get the error lipo: can't figure out the architecture of [random filename].out)

I imagine there must be a good way of doing this but it escapes me. Any insight would be appreciated.

Edit: Python 2.6 and OSX 10.5

© Stack Overflow or respective owner

Related posts about python

Related posts about pyobjc