HomeSort by relevance Sort by last modified time
    Searched refs:DistutilsPlatformError (Results 26 - 50 of 59) sorted by null

12 3

  /external/python/cpython2/Lib/distutils/command/
install.py 16 from distutils.errors import DistutilsPlatformError
416 raise DistutilsPlatformError(
447 raise DistutilsPlatformError(
462 raise DistutilsPlatformError, \
570 raise DistutilsPlatformError("Can't install when "
bdist_wininst.py 16 from distutils.errors import DistutilsOptionError, DistutilsPlatformError
126 raise DistutilsPlatformError \
bdist_rpm.py 16 from distutils.errors import (DistutilsOptionError, DistutilsPlatformError,
207 raise DistutilsPlatformError, \
sdist.py 16 from distutils.errors import (DistutilsPlatformError, DistutilsOptionError,
136 raise DistutilsPlatformError, \
  /external/python/cpython3/Lib/distutils/command/
install.py 12 from distutils.errors import DistutilsPlatformError
408 raise DistutilsPlatformError(
436 raise DistutilsPlatformError(
451 raise DistutilsPlatformError(
552 raise DistutilsPlatformError("Can't install when "
bdist_wininst.py 116 raise DistutilsPlatformError \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
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, "
719 raise DistutilsPlatformError(
msvccompiler.py 17 from distutils.errors import (DistutilsExecError, DistutilsPlatformError,
132 raise DistutilsPlatformError, \
266 raise DistutilsPlatformError, \
552 raise DistutilsPlatformError, \
util.py 10 from distutils.errors import DistutilsPlatformError
238 raise DistutilsPlatformError, \
  /external/python/setuptools/setuptools/
msvc.py 52 # msvc9compiler raises DistutilsPlatformError in some
54 distutils.errors.DistutilsPlatformError,
138 except distutils.errors.DistutilsPlatformError:
148 except distutils.errors.DistutilsPlatformError as exc:
179 except distutils.errors.DistutilsPlatformError:
186 except distutils.errors.DistutilsPlatformError as exc:
493 raise distutils.errors.DistutilsPlatformError(err)
556 raise distutils.errors.DistutilsPlatformError(msg)
848 raise distutils.errors.DistutilsPlatformError(err)
    [all...]
  /external/python/cpython2/Lib/distutils/
sysconfig.py 19 from distutils.errors import DistutilsPlatformError
99 raise DistutilsPlatformError(
145 raise DistutilsPlatformError(
msvccompiler.py 17 from distutils.errors import (DistutilsExecError, DistutilsPlatformError,
132 raise DistutilsPlatformError, \
266 raise DistutilsPlatformError, \
552 raise DistutilsPlatformError, \
util.py 10 from distutils.errors import DistutilsPlatformError
163 raise DistutilsPlatformError, \
  /external/python/cpython3/Lib/distutils/
sysconfig.py 17 from .errors import DistutilsPlatformError
119 raise DistutilsPlatformError(
157 raise DistutilsPlatformError(
msvccompiler.py 13 DistutilsExecError, DistutilsPlatformError, \
126 raise DistutilsPlatformError(
262 raise DistutilsPlatformError("Python was built with %s, "
540 raise DistutilsPlatformError(
util.py 12 from distutils.errors import DistutilsPlatformError
143 raise DistutilsPlatformError("nothing known about platform '%s'" % os.name)
bcppcompiler.py 17 DistutilsExecError, DistutilsPlatformError, \
  /external/python/setuptools/setuptools/tests/
test_msvc.py 86 expected = distutils.errors.DistutilsPlatformError
test_setuptools.py 7 from distutils.errors import DistutilsOptionError, DistutilsPlatformError
245 with pytest.raises(DistutilsPlatformError):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_wininst.py 16 from distutils.errors import DistutilsOptionError, DistutilsPlatformError
122 raise DistutilsPlatformError \
bdist_rpm.py 15 from distutils.errors import (DistutilsOptionError, DistutilsPlatformError,
206 raise DistutilsPlatformError, \
sdist.py 16 from distutils.errors import (DistutilsPlatformError, DistutilsOptionError,
136 raise DistutilsPlatformError, \
  /external/python/cpython3/Lib/distutils/tests/
test_util.py 9 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError
231 self.assertRaises(DistutilsPlatformError,
test_build_ext.py 13 CompileError, DistutilsPlatformError, DistutilsSetupError,
425 self.assertRaises(DistutilsPlatformError,
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 11 DistutilsPlatformError)
446 self.assertRaises(DistutilsPlatformError,

Completed in 369 milliseconds

12 3