Searched refs:DistutilsPlatformError (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_dumb.py | 16 from distutils.errors import DistutilsPlatformError 75 raise DistutilsPlatformError, \ 112 raise DistutilsPlatformError, \
|
D | install.py | 16 from distutils.errors import DistutilsPlatformError 416 raise DistutilsPlatformError( 447 raise DistutilsPlatformError( 462 raise DistutilsPlatformError, \ 570 raise DistutilsPlatformError("Can't install when "
|
D | bdist.py | 12 from distutils.errors import DistutilsPlatformError, DistutilsOptionError 114 raise DistutilsPlatformError, \
|
D | bdist_wininst.py | 16 from distutils.errors import DistutilsOptionError, DistutilsPlatformError 126 raise DistutilsPlatformError \
|
D | sdist.py | 16 from distutils.errors import (DistutilsPlatformError, DistutilsOptionError, 136 raise DistutilsPlatformError, \
|
D | bdist_rpm.py | 16 from distutils.errors import (DistutilsOptionError, DistutilsPlatformError, 207 raise DistutilsPlatformError, \
|
D | build_ext.py | 617 raise DistutilsPlatformError, \
|
/external/python/cpython2/Lib/distutils/ |
D | msvc9compiler.py | 22 from distutils.errors import (DistutilsExecError, DistutilsPlatformError, 147 raise DistutilsPlatformError( 271 raise DistutilsPlatformError("Unable to find vcvarsall.bat") 279 raise DistutilsPlatformError(stderr.decode("mbcs")) 306 raise DistutilsPlatformError("VC %0.1f is not supported by this module" % VERSION) 358 raise DistutilsPlatformError("--plat-name must be one of %s" % 391 raise DistutilsPlatformError("Python was built with %s, " 756 raise DistutilsPlatformError(
|
D | spawn.py | 14 from distutils.errors import DistutilsPlatformError, DistutilsExecError 44 raise DistutilsPlatformError, \ 139 raise DistutilsPlatformError(my_msg)
|
D | errors.py | 50 class DistutilsPlatformError(DistutilsError): class
|
D | sysconfig.py | 19 from distutils.errors import DistutilsPlatformError 99 raise DistutilsPlatformError( 145 raise DistutilsPlatformError(
|
D | msvccompiler.py | 17 from distutils.errors import (DistutilsExecError, DistutilsPlatformError, 132 raise DistutilsPlatformError, \ 266 raise DistutilsPlatformError, \ 552 raise DistutilsPlatformError, \
|
D | util.py | 10 from distutils.errors import DistutilsPlatformError 163 raise DistutilsPlatformError, \
|
D | ccompiler.py | 13 DistutilsPlatformError, DistutilsModuleError) 986 raise DistutilsPlatformError, msg
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_msvc9compiler.py | 6 from distutils.errors import DistutilsPlatformError 118 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
|
D | test_build_ext.py | 11 DistutilsPlatformError) 445 self.assertRaises(DistutilsPlatformError,
|
/external/python/cpython2/Misc/ |
D | NEWS | 8582 - Issue #4702: Throwing a DistutilsPlatformError instead of IOError in case no
|