Searched refs:stderr (Results 1 - 25 of 53) sorted by relevance

123

/inkscape/share/extensions/Barcode/
H A D__init__.py50 return sys.stderr.write("No barcode format given!\n")
57 sys.stderr.write("Invalid type of barcode: %s\n" % code)
59 sys.stderr.write("Barcode module is missing barcode class: %s\n" % code)
/inkscape/share/extensions/
H A Duniconv-ext.py35 p = Popen('uniconvertor', shell=True, stdout=PIPE, stderr=PIPE).wait()
39 p = Popen('uniconv', shell=True, stdout=PIPE, stderr=PIPE).wait()
56 sys.stderr.write(_('You need to install the UniConvertor software.\n'+\
H A Duniconv_output.py28 # On failure, outputs an error message to stderr, and exits with a return
50 p = Popen(command, shell=True, stdout=PIPE, stderr=PIPE)
53 err = p.stderr.read()
91 sys.stderr.write(msg + "\n")
101 p = Popen('uniconvertor', shell=True, stdout=PIPE, stderr=PIPE).wait()
105 p = Popen('uniconv', shell=True, stdout=PIPE, stderr=PIPE).wait()
122 sys.stderr.write(_('You need to install the UniConvertor software.\n'+\
H A Ddm2svg.py30 print >> sys.stderr, 'Unable to open %s: %s' % (filename, e)
76 print >> sys.stderr, 'Unsupported tag: %s\n' % tag
126 print >> sys.stderr, 'Usage: %s <dhw-file>' % sys.argv[0]
H A Drun_command.py30 # On failure, outputs an error message to stderr, and exits with a return
49 p = Popen(command, shell=True, stdout=PIPE, stderr=PIPE)
52 err = p.stderr.read()
90 sys.stderr.write(msg + "\n")
H A Deqtexsvg.py122 print >>sys.stderr, "empty LaTeX input. Nothing to be done"
132 print >>sys.stderr, "invalid LaTeX input:"
133 print >>sys.stderr, self.options.formula
134 print >>sys.stderr, "temporary files were left in:", base_dir
146 # forward errors to stderr but skip pstoedit header
151 sys.stderr.write(line + '\n')
H A DjessyInk_export.py106 sys.stderr.write("No layers found.")
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 Drender_barcode.py62 sys.stderr.write("No barcode was generated\n")
H A Dgimp_xcf.py164 p = Popen(command, shell=True, stdin=PIPE, stdout=PIPE, stderr=PIPE)
167 err = p.stderr
246 p = Popen(command, shell=True, stdin=PIPE, stdout=PIPE, stderr=PIPE)
249 err = p.stderr
H A Dtext_extract.py71 p = Popen('inkscape --query-all "%s"' % (file), shell=True, stdout=PIPE, stderr=PIPE)
72 err = p.stderr
H A Dtar_layers.py53 sys.stderr.write("DEBUG: %s\n" % data)
H A Dtext_merge.py79 p = Popen('inkscape --query-all "%s"' % (file), shell=True, stdout=PIPE, stderr=PIPE)
80 err = p.stderr
H A Dtriangle.py88 sys.stderr.write('Error:Invalid Triangle Specifications.\n')
162 sys.stderr.write('Error:Invalid Triangle Specifications.\n')#signal an error
H A Ddimension.py119 p = Popen('inkscape --query-%s --query-id=%s "%s"' % (query,id,file), shell=True, stdout=PIPE, stderr=PIPE)
122 err = p.stderr.read()
H A Dguillotine.py220 p = Popen(command, shell=True, stdout=PIPE, stderr=PIPE)
223 err = p.stderr
H A Dperspective.py81 p = Popen('inkscape --query-%s --query-id=%s "%s"' % (query,id,file), shell=True, stdout=PIPE, stderr=PIPE)
84 err = p.stderr.read()
H A Drestack.py99 p = Popen('inkscape --query-all "%s"' % (file), shell=True, stdout=PIPE, stderr=PIPE)
100 err = p.stderr
/inkscape/src/
H A Dwinmain.cpp54 freopen ("CONOUT$", "w", stderr);
55 dup2 (fileno (stderr), 2);
H A Dwinconsole.cpp81 echo_thread_info stderr = {NULL, NULL, 4096}; local
106 stderr.echo_write = GetStdHandle(STD_ERROR_HANDLE);
109 CreatePipe(&stderr.echo_read, &inkscape_stderr, &sa, 0);
146 stderr_thread = CreateThread(NULL, 0, echo_thread, (void*) &stderr, 0, &unused);
H A Dregistrytool.cpp81 fprintf(stderr, "RegistryTool: Could not create the registry key '%s'\n", keyName.c_str());
89 fprintf(stderr, "RegistryTool: Could not set the value '%s'\n", value.c_str());
H A Dinkscape.cpp543 fprintf(stderr, "\nEmergency save activated!\n");
629 fprintf (stderr, "\nEmergency save document locations:\n");
631 fprintf (stderr, " %s\n", (gchar *) l->data);
635 fprintf (stderr, "\nFailed to do emergency save for documents:\n");
637 fprintf (stderr, " %s\n", (gchar *) l->data);
644 fprintf (stderr, "Emergency save completed. Inkscape will close now.\n");
645 fprintf (stderr, "If you can reproduce this crash, please file a bug at www.inkscape.org\n");
646 fprintf (stderr, "with a detailed description of the steps leading to the crash, so we can fix it.\n");
/inkscape/packaging/scripts/
H A Dlp-mark-bugs-released35 print >> sys.stderr, '''Mark bugs 'Fix Committed' on a release as released
45 print >> sys.stderr, 'Could not connect to Launchpad:', str(error)
58 print >> sys.stderr, '''Unable to find release: %s''' % version
/inkscape/src/ui/
H A Dtool-factory.cpp94 fprintf(stderr, "WARNING: unknown tool: %s", id.c_str());
/inkscape/src/io/
H A Dinkjar.cpp97 fprintf(stderr,"error initializing inflation!\n");
110 fprintf(stderr, "open failed.\n");
258 std::fprintf(stderr, "error in jar file\n");
337 fprintf(stderr, "read error\n");
367 fprintf(stderr, "jarfile read error");
426 fprintf(stderr, "missing data descriptor!\n");
434 std::fprintf(stderr, "Error! CRCs do not match! Got %x, expected %x\n",
/inkscape/src/libavoid/
H A Dvertices.h130 void stats(FILE *fp = stderr) argument

Completed in 1361 milliseconds

123