Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_dumb.py16 from distutils.errors import DistutilsPlatformError
75 raise DistutilsPlatformError, \
111 raise DistutilsPlatformError, \
Dbdist.py12 from distutils.errors import DistutilsPlatformError, DistutilsOptionError
114 raise DistutilsPlatformError, \
Dinstall.py16 from distutils.errors import DistutilsPlatformError
416 raise DistutilsPlatformError(
447 raise DistutilsPlatformError(
462 raise DistutilsPlatformError, \
570 raise DistutilsPlatformError("Can't install when "
Dbdist_wininst.py16 from distutils.errors import DistutilsOptionError, DistutilsPlatformError
122 raise DistutilsPlatformError \
Dsdist.py16 from distutils.errors import (DistutilsPlatformError, DistutilsOptionError,
136 raise DistutilsPlatformError, \
Dbdist_rpm.py15 from distutils.errors import (DistutilsOptionError, DistutilsPlatformError,
206 raise DistutilsPlatformError, \
Dbuild_ext.py617 raise DistutilsPlatformError, \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_msvc9compiler.py6 from distutils.errors import DistutilsPlatformError
89 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
Dtest_util.py6 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dsysconfig.py19 from distutils.errors import DistutilsPlatformError
94 raise DistutilsPlatformError(
140 raise DistutilsPlatformError(
370 raise DistutilsPlatformError(my_msg)
381 raise DistutilsPlatformError(my_msg)
396 raise DistutilsPlatformError(my_msg)
Dmsvc9compiler.py22 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, "
719 raise DistutilsPlatformError(
Derrors.py50 class DistutilsPlatformError(DistutilsError): class
Dspawn.py14 from distutils.errors import DistutilsPlatformError, DistutilsExecError
40 raise DistutilsPlatformError, \
Dmsvccompiler.py17 from distutils.errors import (DistutilsExecError, DistutilsPlatformError,
132 raise DistutilsPlatformError, \
266 raise DistutilsPlatformError, \
552 raise DistutilsPlatformError, \
Dutil.py10 from distutils.errors import DistutilsPlatformError
238 raise DistutilsPlatformError, \
Dccompiler.py13 DistutilsPlatformError, DistutilsModuleError)
1035 raise DistutilsPlatformError, msg