Searched refs:subprocess (Results 1 - 15 of 15) sorted by relevance

/inkscape/share/extensions/
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)
H A Duniconv-ext.py34 from subprocess import Popen, PIPE
H A Duniconv_output.py43 # In order to get a return code from the process, we use subprocess.Popen
49 from subprocess import Popen, PIPE
64 msg = "Neither subprocess.Popen nor popen2.Popen3 is available"
100 from subprocess import Popen, PIPE
H A Drun_command.py42 # In order to get a return code from the process, we use subprocess.Popen
48 from subprocess import Popen, PIPE
63 msg = "Neither subprocess.Popen nor popen2.Popen3 is available"
H A Dtext_extract.py33 from subprocess import Popen, PIPE
H A Dtext_merge.py33 from subprocess import Popen, PIPE
H A Ddimension.py38 from subprocess import Popen, PIPE
H A Dgimp_xcf.py24 from subprocess import Popen, PIPE
H A Dguillotine.py45 from subprocess import Popen, PIPE
H A Dperspective.py26 from subprocess import Popen, PIPE
H A Drestack.py30 from subprocess import Popen, PIPE
H A Dsummersnight.py32 from subprocess import Popen, PIPE
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 Dsynfig_prepare.py44 from subprocess import Popen, PIPE
63 """Set the initial arguments to Inkscape subprocess
H A Dprinting_marks.py27 from subprocess import Popen, PIPE, STDOUT

Completed in 24 milliseconds