From d8e1fc27bf8d579a749532818d2de070be594013 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sun, 13 Jan 2008 07:52:09 +0000 Subject: Adding extra info on how to get the python-lxml extension. (bzr r4472) --- 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") -- cgit v1.2.3