summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb55bb4)
raw | patch | inline | side by side (parent: eb55bb4)
author | bryce <bryce@users.sourceforge.net> | |
Sun, 13 Jan 2008 07:52:09 +0000 (07:52 +0000) | ||
committer | bryce <bryce@users.sourceforge.net> | |
Sun, 13 Jan 2008 07:52:09 +0000 (07:52 +0000) |
share/extensions/inkex.py | patch | blob | history |
index 61cbacea8af8a64a0be0f6b4d3718a3f22da9972..5f12c891703669d373808d3be7d59b45bbae8aea 100755 (executable)
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 <http://cheeseshop.python.org/pypi/lxml/>.')
+ 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 <http://cheeseshop.python.org/pypi/lxml/>, 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")