Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dmsvc9compiler.py20 from distutils.errors import DistutilsExecError, DistutilsPlatformError, \
142 raise DistutilsPlatformError(
260 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
268 raise DistutilsPlatformError(stderr.decode("mbcs"))
295 raise DistutilsPlatformError("VC %0.1f is not supported by this module" % VERSION)
347 raise DistutilsPlatformError("--plat-name must be one of %s" %
378 raise DistutilsPlatformError("Python was built with %s, "
743 raise DistutilsPlatformError(
D_msvccompiler.py20 from distutils.errors import DistutilsExecError, DistutilsPlatformError, \
122 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
131 raise DistutilsPlatformError("Error executing {}"
214 raise DistutilsPlatformError("--plat-name must be one of {}"
222 raise DistutilsPlatformError("Unable to find a compatible "
519 raise DistutilsPlatformError(
Dspawn.py13 from distutils.errors import DistutilsPlatformError, DistutilsExecError
74 raise DistutilsPlatformError(my_msg)
Dsysconfig.py20 from .errors import DistutilsPlatformError
304 raise DistutilsPlatformError(
349 raise DistutilsPlatformError(
Derrors.py56 class DistutilsPlatformError (DistutilsError): class
Dmsvccompiler.py13 DistutilsExecError, DistutilsPlatformError, \
126 raise DistutilsPlatformError(
262 raise DistutilsPlatformError("Python was built with %s, "
540 raise DistutilsPlatformError(
Dutil.py13 from distutils.errors import DistutilsPlatformError
157 raise DistutilsPlatformError("nothing known about platform '%s'" % os.name)
Dccompiler.py1013 raise DistutilsPlatformError(msg)
/third_party/python/Lib/distutils/tests/
Dtest_msvccompiler.py6 from distutils.errors import DistutilsPlatformError
29 self.assertRaises(DistutilsPlatformError,
Dtest_msvc9compiler.py6 from distutils.errors import DistutilsPlatformError
118 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
Dtest_util.py9 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError
232 self.assertRaises(DistutilsPlatformError,
Dtest_build_ext.py13 CompileError, DistutilsPlatformError, DistutilsSetupError,
451 self.assertRaises(DistutilsPlatformError,
/third_party/python/Lib/distutils/command/
Dbdist_dumb.py70 raise DistutilsPlatformError(
102 raise DistutilsPlatformError(
Dinstall.py14 from distutils.errors import DistutilsPlatformError
431 raise DistutilsPlatformError(
459 raise DistutilsPlatformError(
474 raise DistutilsPlatformError(
575 raise DistutilsPlatformError("Can't install when "
Dbdist.py109 raise DistutilsPlatformError(
Dbdist_rpm.py198 raise DistutilsPlatformError("don't know how to create RPM "
Dbuild_ext.py634 raise DistutilsPlatformError(
/third_party/PyYAML/
Dsetup.py76 from distutils.errors import DistutilsError, CompileError, LinkError, DistutilsPlatformError
191 except DistutilsPlatformError:
/third_party/python/Lib/test/
Dpstats.pck85 …���u.���/home/gbr/devel/python/Lib/distutils/errors.pyi:���u���DistutilsPlatformError(���i���i…
/third_party/python/Lib/test/support/
D__init__.py1705 except errors.DistutilsPlatformError:
/third_party/python/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
/third_party/python/Misc/
DHISTORY15779 - Issue #4702: Throwing a DistutilsPlatformError instead of IOError in case