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

/inkscape/share/extensions/
H A Duniconv-ext.py35 p = Popen('uniconvertor', shell=True, stdout=PIPE, stderr=PIPE).wait()
37 cmd = 'uniconvertor'
46 p = Popen3('uniconvertor', True).wait()
47 if p!=32512 : cmd = 'uniconvertor'
52 # cannot simply import uniconvertor, it aborts if you import it without parameters
54 imp.find_module("uniconvertor")
57 'For GNU/Linux: install the package python-uniconvertor.\n'+\
59 'http://sk1project.org/modules.php?name=Products&product=uniconvertor\n'+\
62 cmd = 'python -c "import uniconvertor; uniconvertor namespace
[all...]

Completed in 12 milliseconds