/third_party/python/Lib/distutils/ |
H A D | msvc9compiler.py | 20 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.py | 20 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 D | spawn.py | 13 from distutils.errors import DistutilsPlatformError, DistutilsExecError namespace 74 raise DistutilsPlatformError(my_msg)
|
H A D | sysconfig.py | 20 from .errors import DistutilsPlatformError namespace 299 raise DistutilsPlatformError( 344 raise DistutilsPlatformError(
|
H A D | msvccompiler.py | 13 DistutilsExecError, DistutilsPlatformError, \ 125 raise DistutilsPlatformError( 261 raise DistutilsPlatformError("Python was built with %s, " 539 raise DistutilsPlatformError( 14 CompileError, LibError, LinkError global() namespace
|
H A D | errors.py | 56 class DistutilsPlatformError (DistutilsError): class
|
H A D | util.py | 13 from distutils.errors import DistutilsPlatformError namespace 157 raise DistutilsPlatformError("nothing known about platform '%s'" % os.name)
|
H A D | ccompiler.py | 1013 raise DistutilsPlatformError(msg)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_msvccompiler.py | 6 from distutils.errors import DistutilsPlatformError namespace 21 # a DistutilsPlatformError if the compiler 29 self.assertRaises(DistutilsPlatformError,
|
H A D | test_msvc9compiler.py | 6 from distutils.errors import DistutilsPlatformError namespace 108 # a DistutilsPlatformError if the compiler 118 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
|
H A D | test_util.py | 9 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError namespace 232 self.assertRaises(DistutilsPlatformError,
|
H A D | test_build_ext.py | 13 CompileError, DistutilsPlatformError, DistutilsSetupError, 453 self.assertRaises(DistutilsPlatformError,
|
/third_party/python/Lib/distutils/command/ |
H A D | install.py | 14 from distutils.errors import DistutilsPlatformError namespace 431 raise DistutilsPlatformError( 459 raise DistutilsPlatformError( 474 raise DistutilsPlatformError( 575 raise DistutilsPlatformError("Can't install when "
|
H A D | bdist_dumb.py | 70 raise DistutilsPlatformError( 102 raise DistutilsPlatformError(
|
H A D | bdist.py | 106 raise DistutilsPlatformError(
|
H A D | bdist_rpm.py | 198 raise DistutilsPlatformError("don't know how to create RPM "
|
H A D | build_ext.py | 634 raise DistutilsPlatformError(
|
/third_party/PyYAML/ |
H A D | setup.py | 76 from distutils.errors import DistutilsError, CompileError, LinkError, DistutilsPlatformError namespace 191 except DistutilsPlatformError:
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 1842 except errors.DistutilsPlatformError:
|