Home
last modified time | relevance | path

Searched refs:DistutilsPlatformError (Results 1 - 19 of 19) sorted by relevance

/third_party/python/Lib/distutils/
H A 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(
21 CompileError, LibError, LinkError global() namespace
H A 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(
21 CompileError, LibError, LinkError global() namespace
H A Dspawn.py13 from distutils.errors import DistutilsPlatformError, DistutilsExecError namespace
74 raise DistutilsPlatformError(my_msg)
H A Dsysconfig.py20 from .errors import DistutilsPlatformError namespace
299 raise DistutilsPlatformError(
344 raise DistutilsPlatformError(
H A Dmsvccompiler.py13 DistutilsExecError, DistutilsPlatformError, \
125 raise DistutilsPlatformError(
261 raise DistutilsPlatformError("Python was built with %s, "
539 raise DistutilsPlatformError(
14 CompileError, LibError, LinkError global() namespace
H A Derrors.py56 class DistutilsPlatformError (DistutilsError): class
H A Dutil.py13 from distutils.errors import DistutilsPlatformError namespace
157 raise DistutilsPlatformError("nothing known about platform '%s'" % os.name)
H A Dccompiler.py1013 raise DistutilsPlatformError(msg)
/third_party/python/Lib/distutils/tests/
H A Dtest_msvccompiler.py6 from distutils.errors import DistutilsPlatformError namespace
21 # a DistutilsPlatformError if the compiler
29 self.assertRaises(DistutilsPlatformError,
H A Dtest_msvc9compiler.py6 from distutils.errors import DistutilsPlatformError namespace
108 # a DistutilsPlatformError if the compiler
118 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
H A Dtest_util.py9 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError namespace
232 self.assertRaises(DistutilsPlatformError,
H A Dtest_build_ext.py13 CompileError, DistutilsPlatformError, DistutilsSetupError,
453 self.assertRaises(DistutilsPlatformError,
/third_party/python/Lib/distutils/command/
H A Dinstall.py14 from distutils.errors import DistutilsPlatformError namespace
431 raise DistutilsPlatformError(
459 raise DistutilsPlatformError(
474 raise DistutilsPlatformError(
575 raise DistutilsPlatformError("Can't install when "
H A Dbdist_dumb.py70 raise DistutilsPlatformError(
102 raise DistutilsPlatformError(
H A Dbdist.py106 raise DistutilsPlatformError(
H A Dbdist_rpm.py198 raise DistutilsPlatformError("don't know how to create RPM "
H A Dbuild_ext.py634 raise DistutilsPlatformError(
/third_party/PyYAML/
H A Dsetup.py76 from distutils.errors import DistutilsError, CompileError, LinkError, DistutilsPlatformError namespace
191 except DistutilsPlatformError:
/third_party/python/Lib/test/support/
H A D__init__.py1842 except errors.DistutilsPlatformError:

Completed in 33 milliseconds