From 152e1f7619b0401c9fbcccfce3084e4de11b7ec0 Mon Sep 17 00:00:00 2001 From: bryce Date: Sun, 13 Jan 2008 07:52:09 +0000 Subject: [PATCH] Adding extra info on how to get the python-lxml extension. --- share/extensions/inkex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.30.2