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

/inkscape/share/extensions/
H A Dgenerate_voronoi.py33 from subprocess import Popen, PIPE
35 inkex.errormsg(_("Failed to import the subprocess module. Please report this as a bug at: https://bugs.launchpad.net/inkscape.")) namespace
H A DjessyInk_export.py27 import subprocess namespace
145 proc = subprocess.Popen([self.inkscapeCommand + " --file=" + svgFile + " --without-gui --export-dpi=" + str(self.options.resolution) + " --export-" + ext + "=" + outFile], shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
166 proc = subprocess.Popen([command + " --without-gui --version"], shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)

Completed in 1058 milliseconds