Searched defs:errormsg (Results 1 - 4 of 4) sorted by relevance

/inkscape/share/extensions/test/
H A Dinkex.test.py6 * 2012-01-27 (jazzynico): check errormsg function.
17 from inkex import errormsg namespace
25 errormsg('ABCabc')
29 errormsg('Àûïàèé')
33 errormsg(u'Àûïàèé')
/inkscape/share/extensions/
H A Dsynfig_prepare.py26 from inkex import NSS, addNS, etree, errormsg namespace
498 errormsg(e)
H A Dinkex.py88 def errormsg(msg): function
100 inkex.errormsg(_("This extension requires two selected paths."))
117 errormsg(_("The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension."
185 errormsg(_("Unable to open specified file: %s") % filename)
194 errormsg(_("Unable to open object member file: %s") % self.svg_file)
299 errormsg(_("No matching node for expression: %s") % path)
358 errormsg(_("SVG Width not set correctly! Assuming width = 100"))
H A Dsynfig_output.py28 from inkex import NSS, addNS, etree, errormsg namespace
1346 errormsg(e)

Completed in 20 milliseconds