Code

Win32 fix: set stdout to binary mode before writing a file to it
[inkscape.git] / share / extensions / inkex.py
index b4872368e02489027cfaf277dfe0db600c9d5a5e..c190fdde031918d62c33f6e55efcc6f792aed1da 100755 (executable)
@@ -58,7 +58,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 <http://cheeseshop.python.org/pypi/lxml/>, or install it through your package manager by a command like: sudo apt-get install python-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")