Home
last modified time | relevance | path

Searched refs:DistutilsPlatformError (Results 1 – 12 of 12) sorted by relevance

/external/python/markupsafe/
Dsetup.py6 from distutils.errors import DistutilsPlatformError
25 except DistutilsPlatformError:
31 except (CCompilerError, DistutilsExecError, DistutilsPlatformError):
/external/python/cpython3/Tools/c-analyzer/distutils/
D_msvccompiler.py20 from distutils.errors import DistutilsPlatformError
120 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
129 raise DistutilsPlatformError("Error executing {}"
Dmsvc9compiler.py20 from distutils.errors import DistutilsPlatformError
140 raise DistutilsPlatformError(
258 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
266 raise DistutilsPlatformError(stderr.decode("mbcs"))
293 raise DistutilsPlatformError("VC %0.1f is not supported by this module" % VERSION)
Derrors.py26 class DistutilsPlatformError (DistutilsError): class
Dccompiler.py8 DistutilsModuleError, DistutilsPlatformError,
405 raise DistutilsPlatformError(msg)
Dmsvccompiler.py12 from distutils.errors import DistutilsPlatformError
122 raise DistutilsPlatformError(
Dutil.py11 from distutils.errors import DistutilsPlatformError
/external/python/pyyaml/
Dsetup.py76 from distutils.errors import DistutilsError, CompileError, LinkError, DistutilsPlatformError
191 except DistutilsPlatformError:
/external/python/cpython3/Lib/test/
Dpstats.pck85 …���u.���/home/gbr/devel/python/Lib/distutils/errors.pyi:���u���DistutilsPlatformError(���i���i…
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst438 distutils raises OSError instead of DistutilsPlatformError when MSVC is not
D3.6.0a1.rst2735 distutils raises OSError instead of DistutilsPlatformError when MSVC is not
/external/python/cpython3/Misc/
DHISTORY15779 - Issue #4702: Throwing a DistutilsPlatformError instead of IOError in case