Home | History | Annotate | Download | only in Python

Lines Matching full:errstring

40     const char *errString;
58 errString = "Can't create object file image";
61 errString = NULL;
64 errString = "Inappropriate file type for dynamic loading";
67 errString = "Wrong CPU type in object file";
70 errString = "Can't read object file (no access)";
73 if (errString == NULL) {
82 errString = errBuf;
85 if (errString != NULL) {
86 PyErr_SetString(PyExc_ImportError, errString);