Searched refs:DistutilsPlatformError (Results 1 – 23 of 23) sorted by relevance
/third_party/python/Lib/distutils/ |
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(
|
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(
|
D | spawn.py | 13 from distutils.errors import DistutilsPlatformError, DistutilsExecError 74 raise DistutilsPlatformError(my_msg)
|
D | sysconfig.py | 20 from .errors import DistutilsPlatformError 304 raise DistutilsPlatformError( 349 raise DistutilsPlatformError(
|
D | errors.py | 56 class DistutilsPlatformError (DistutilsError): class
|
D | msvccompiler.py | 13 DistutilsExecError, DistutilsPlatformError, \ 126 raise DistutilsPlatformError( 262 raise DistutilsPlatformError("Python was built with %s, " 540 raise DistutilsPlatformError(
|
D | util.py | 13 from distutils.errors import DistutilsPlatformError 157 raise DistutilsPlatformError("nothing known about platform '%s'" % os.name)
|
D | ccompiler.py | 1013 raise DistutilsPlatformError(msg)
|
/third_party/python/Lib/distutils/tests/ |
D | test_msvccompiler.py | 6 from distutils.errors import DistutilsPlatformError 29 self.assertRaises(DistutilsPlatformError,
|
D | test_msvc9compiler.py | 6 from distutils.errors import DistutilsPlatformError 118 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
|
D | test_util.py | 9 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError 232 self.assertRaises(DistutilsPlatformError,
|
D | test_build_ext.py | 13 CompileError, DistutilsPlatformError, DistutilsSetupError, 451 self.assertRaises(DistutilsPlatformError,
|
/third_party/python/Lib/distutils/command/ |
D | bdist_dumb.py | 70 raise DistutilsPlatformError( 102 raise DistutilsPlatformError(
|
D | install.py | 14 from distutils.errors import DistutilsPlatformError 431 raise DistutilsPlatformError( 459 raise DistutilsPlatformError( 474 raise DistutilsPlatformError( 575 raise DistutilsPlatformError("Can't install when "
|
D | bdist.py | 109 raise DistutilsPlatformError(
|
D | bdist_rpm.py | 198 raise DistutilsPlatformError("don't know how to create RPM "
|
D | build_ext.py | 634 raise DistutilsPlatformError(
|
/third_party/PyYAML/ |
D | setup.py | 76 from distutils.errors import DistutilsError, CompileError, LinkError, DistutilsPlatformError 191 except DistutilsPlatformError:
|
/third_party/python/Lib/test/ |
D | pstats.pck | 85 …u./home/gbr/devel/python/Lib/distutils/errors.pyi:uDistutilsPlatformError(ii…
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1705 except errors.DistutilsPlatformError:
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 438 distutils raises OSError instead of DistutilsPlatformError when MSVC is not
|
D | 3.6.0a1.rst | 2735 distutils raises OSError instead of DistutilsPlatformError when MSVC is not
|
/third_party/python/Misc/ |
D | HISTORY | 15779 - Issue #4702: Throwing a DistutilsPlatformError instead of IOError in case
|