Home
last modified time | relevance | path

Searched refs:CCompilerError (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/distutils/
Derrors.py70 class CCompilerError(Exception): class
73 class PreprocessError(CCompilerError):
76 class CompileError(CCompilerError):
79 class LibError(CCompilerError):
83 class LinkError(CCompilerError):
87 class UnknownFileError(CCompilerError):
Dcore.py16 DistutilsError, CCompilerError)
162 CCompilerError), msg:
/external/python/cpython2/Misc/
DBeOS-setup.py130 except (CCompilerError, DistutilsError), why:
/external/python/cpython2/
Dsetup.py308 except (CCompilerError, DistutilsError), why: