Almost every Inkscape extension yields an error in Mac OS X

Posted by andyvn22 on Super User See other posts from Super User or by andyvn22
Published on 2010-06-08T02:37:15Z Indexed on 2010/06/08 2:42 UTC
Read the original article Hit count: 340

Filed under:
|
|

I've run the latest few versions of Inkscape (currently landed on "0.47+devel"), and have been having trouble with the Extensions menu. So far, in every version of Inkscape I've tried, nearly every extension yields the following error:

The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension. Please download and install the latest version from http://cheeseshop.python.org/pypi/lxml/, or install it through your package manager by a command like: sudo apt-get install python-lxml

I've tried the instructions listed there, of course, with no effect. I've also found many references to this issue on fora, in bug trackers, etc., and as such also tried:

sudo easy_install lxml
cd /Applications/Inkscape.app/Contents/Resources/lib
mv libxml2.2.dylib libxml2.2.dylib.old
ln -s /usr/lib/libxml2.dylib

and a few similar solutions. Nothing has produced any change in Inkscape's behavior.

Does anyone know A) what's really going on here? Because from what I gather the error is not describing the actual problem. And of course B) a simple solution? I need those features! :)

© Super User or respective owner

Related posts about osx

Related posts about open-source