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

1 2 3

  /external/python/cpython2/Tools/nuget/
distutils.command.bdist_wininst.py 7 from distutils.errors import DistutilsPlatformError
19 raise DistutilsPlatformError("bdist_wininst is not supported "
  /external/python/cpython3/PC/layout/support/
distutils.command.bdist_wininst.py 7 from distutils.errors import DistutilsPlatformError
23 raise DistutilsPlatformError(
  /external/python/cpython3/Tools/msi/
distutils.command.bdist_wininst.py 7 from distutils.errors import DistutilsPlatformError
22 raise DistutilsPlatformError("bdist_wininst is not supported "
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_util.py 6 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError
test_msvc9compiler.py 6 from distutils.errors import DistutilsPlatformError
79 # a DistutilsPlatformError if the compiler
89 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_dumb.py 16 from distutils.errors import DistutilsPlatformError
75 raise DistutilsPlatformError, \
111 raise DistutilsPlatformError, \
bdist.py 12 from distutils.errors import DistutilsPlatformError, DistutilsOptionError
114 raise DistutilsPlatformError, \
install.py 16 from distutils.errors import DistutilsPlatformError
416 raise DistutilsPlatformError(
447 raise DistutilsPlatformError(
462 raise DistutilsPlatformError, \
570 raise DistutilsPlatformError("Can't install when "
  /external/python/cpython2/Lib/distutils/command/
bdist_dumb.py 16 from distutils.errors import DistutilsPlatformError
75 raise DistutilsPlatformError, \
112 raise DistutilsPlatformError, \
bdist.py 12 from distutils.errors import DistutilsPlatformError, DistutilsOptionError
114 raise DistutilsPlatformError, \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
errors.py 50 class DistutilsPlatformError(DistutilsError):
sysconfig.py 19 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)
spawn.py 14 from distutils.errors import DistutilsPlatformError, DistutilsExecError
40 raise DistutilsPlatformError, \
  /external/python/cpython2/Lib/distutils/
errors.py 50 class DistutilsPlatformError(DistutilsError):
spawn.py 14 from distutils.errors import DistutilsPlatformError, DistutilsExecError
44 raise DistutilsPlatformError, \
139 raise DistutilsPlatformError(my_msg)
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(
  /external/python/cpython3/Lib/distutils/
errors.py 56 class DistutilsPlatformError (DistutilsError):
spawn.py 12 from distutils.errors import DistutilsPlatformError, DistutilsExecError
40 raise DistutilsPlatformError(
111 raise DistutilsPlatformError(my_msg)
_msvccompiler.py 22 from distutils.errors import DistutilsExecError, DistutilsPlatformError, \
135 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
144 raise DistutilsPlatformError("Error executing {}"
233 raise DistutilsPlatformError("--plat-name must be one of {}"
241 raise DistutilsPlatformError("Unable to find a compatible "
555 raise DistutilsPlatformError(
msvc9compiler.py 20 from distutils.errors import DistutilsExecError, DistutilsPlatformError, \
143 raise DistutilsPlatformError(
261 raise DistutilsPlatformError("Unable to find vcvarsall.bat")
269 raise DistutilsPlatformError(stderr.decode("mbcs"))
296 raise DistutilsPlatformError("VC %0.1f is not supported by this module" % VERSION)
348 raise DistutilsPlatformError("--plat-name must be one of %s" %
379 raise DistutilsPlatformError("Python was built with %s, "
744 raise DistutilsPlatformError(
  /external/python/cpython3/Lib/distutils/command/
bdist_dumb.py 70 raise DistutilsPlatformError(
102 raise DistutilsPlatformError(
bdist.py 111 raise DistutilsPlatformError(
  /external/python/cpython2/Lib/distutils/tests/
test_msvc9compiler.py 6 from distutils.errors import DistutilsPlatformError
108 # a DistutilsPlatformError if the compiler
118 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
  /external/python/cpython3/Lib/distutils/tests/
test_msvc9compiler.py 6 from distutils.errors import DistutilsPlatformError
108 # a DistutilsPlatformError if the compiler
118 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
test_msvccompiler.py 6 from distutils.errors import DistutilsPlatformError
21 # a DistutilsPlatformError if the compiler
29 self.assertRaises(DistutilsPlatformError,

Completed in 442 milliseconds

1 2 3