Searched refs:subprocess (Results 1 - 15 of 15) sorted by relevance
/inkscape/share/extensions/ |
H A D | jessyInk_export.py | 27 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 D | uniconv-ext.py | 34 from subprocess import Popen, PIPE
|
H A D | uniconv_output.py | 43 # 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 D | run_command.py | 42 # 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 D | text_extract.py | 33 from subprocess import Popen, PIPE
|
H A D | text_merge.py | 33 from subprocess import Popen, PIPE
|
H A D | dimension.py | 38 from subprocess import Popen, PIPE
|
H A D | gimp_xcf.py | 24 from subprocess import Popen, PIPE
|
H A D | guillotine.py | 45 from subprocess import Popen, PIPE
|
H A D | perspective.py | 26 from subprocess import Popen, PIPE
|
H A D | restack.py | 30 from subprocess import Popen, PIPE
|
H A D | summersnight.py | 32 from subprocess import Popen, PIPE
|
H A D | generate_voronoi.py | 33 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 D | synfig_prepare.py | 44 from subprocess import Popen, PIPE 63 """Set the initial arguments to Inkscape subprocess
|
H A D | printing_marks.py | 27 from subprocess import Popen, PIPE, STDOUT
|
Completed in 64 milliseconds