setError          130 lib/python/SWF.c 	    PyErr_SetString(PyExc_Exception, setError("Couldn't open file %s", filename));
setError          211 lib/python/SWF.c 	PyErr_SetString(PyExc_Exception, setError("couldn't create output file %s", filename));
setError          216 lib/python/SWF.c         PyErr_SetString(PyExc_Exception, setError("WriteSWC() failed."));
setError           26 lib/python/image.c 	PyErr_SetString(PyExc_Exception, setError("not an image: %s", _image->ob_type->tp_name));
setError           40 lib/python/image.c 	PyErr_SetString(PyExc_Exception, setError("not an image: %s", _image->ob_type->tp_name));
setError           54 lib/python/image.c 	PyErr_SetString(PyExc_Exception, setError("not an image: %s", _image->ob_type->tp_name));
setError           73 lib/python/image.c     PyErr_SetString(PyExc_Exception, setError("Unknown image format (%s).", image->image->mode));
setError           85 lib/python/image.c 	PyErr_SetString(PyExc_Exception, setError("not an image: %s", _image->ob_type->tp_name));
setError          118 lib/python/image.c     PyErr_SetString(PyExc_Exception, setError("Unsupported image format: %s (try .convert(\"RGBA\")", image->image->mode));
setError           11 lib/python/pyutils.h char* setError(char*format, ...);
setError           20 lib/python/pyutils.h #define PY_ERROR(s,args...) (PyErr_SetString(PyExc_Exception, setError(s, ## args)),NULL)
setError          100 lib/python/tag.c 	PyErr_SetString(PyExc_Exception, setError("No way to fill TAG with data"));
setError          107 lib/python/tag.c 	PyErr_SetString(PyExc_Exception, setError("Couldn't fill tag"));
setError          276 lib/python/tag.c 		PyErr_SetString(PyExc_Exception, setError("TagID %d not defined", id));
setError          333 lib/python/tag.c 		PyErr_SetString(PyExc_Exception, setError("Internal error: id %d not known in taglist:"));
setError           88 lib/python/taglist.c 	PyErr_SetString(PyExc_Exception, setError("Not a taglist (%08x).", self));
setError          254 lib/python/taglist.c 		PyErr_SetString(PyExc_Exception, setError("taglist concatenation only works with tags and lists (%08x).", list));
setError          281 lib/python/taglist.c     PyErr_SetString(PyExc_Exception, setError("taglist concatenation only works with tags and lists (%08x).", list));
setError           22 lib/python/tags.c     PyErr_SetString(PyExc_Exception, setError("Font parsing not implemented yet"));
setError           54 lib/python/tags.c 	PyErr_SetString(PyExc_Exception, setError("Could not load %s", filename));
setError          908 lib/python/tags.c     PyErr_SetString(PyExc_Exception, setError("videostream parsing not implemented yet"));
setError          925 lib/python/tags.c     PyErr_SetString(PyExc_Exception, setError("videostream filling not implemented"));
setError         1000 lib/python/tags.c 	PyErr_SetString(PyExc_Exception, setError("bad image width %d!=%d", image_getWidth(image), fi->stream->width));return 0;
setError         1003 lib/python/tags.c 	PyErr_SetString(PyExc_Exception, setError("bad image width %d!=%d", image_getHeight(image), fi->stream->height));return 0;