Searched refs:DistutilsPlatformError (Results 1 – 12 of 12) sorted by relevance
6 from distutils.errors import DistutilsPlatformError25 except DistutilsPlatformError:31 except (CCompilerError, DistutilsExecError, DistutilsPlatformError):
20 from distutils.errors import DistutilsPlatformError120 raise DistutilsPlatformError("Unable to find vcvarsall.bat")129 raise DistutilsPlatformError("Error executing {}"
20 from distutils.errors import DistutilsPlatformError140 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)
26 class DistutilsPlatformError (DistutilsError): class
8 DistutilsModuleError, DistutilsPlatformError,405 raise DistutilsPlatformError(msg)
12 from distutils.errors import DistutilsPlatformError122 raise DistutilsPlatformError(
11 from distutils.errors import DistutilsPlatformError
76 from distutils.errors import DistutilsError, CompileError, LinkError, DistutilsPlatformError191 except DistutilsPlatformError:
85 …u./home/gbr/devel/python/Lib/distutils/errors.pyi:uDistutilsPlatformError(ii…
438 distutils raises OSError instead of DistutilsPlatformError when MSVC is not
2735 distutils raises OSError instead of DistutilsPlatformError when MSVC is not
15779 - Issue #4702: Throwing a DistutilsPlatformError instead of IOError in case