From: bryce Date: Sun, 13 Jan 2008 07:52:09 +0000 (+0000) Subject: Adding extra info on how to get the python-lxml extension. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=152e1f7619b0401c9fbcccfce3084e4de11b7ec0;p=inkscape.git Adding extra info on how to get the python-lxml extension. --- diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py index 61cbacea8..5f12c8917 100755 --- a/share/extensions/inkex.py +++ b/share/extensions/inkex.py @@ -56,7 +56,7 @@ def unittouu(string): try: from lxml import etree except: - sys.exit('The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension. Please download and install the latest version from .') + sys.exit('The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension. Please download and install the latest version from , or install it through your package manager by a command like: sudo apt-get install python-lxml') def debug(what): sys.stderr.write(str(what) + "\n")