Searched refs:DistutilsPlatformError (Results 1 - 25 of 34) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Derrors.py50 class DistutilsPlatformError(DistutilsError): class in inherits:DistutilsError
H A Dspawn.py14 from distutils.errors import DistutilsPlatformError, DistutilsExecError namespace
40 raise DistutilsPlatformError, \
126 raise DistutilsPlatformError(my_msg)
H A Dmsvc9compiler.py22 from distutils.errors import (DistutilsExecError, DistutilsPlatformError, namespace
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(
H A Dsysconfig.py19 from distutils.errors import DistutilsPlatformError namespace
101 raise DistutilsPlatformError(
147 raise DistutilsPlatformError(
H A Dmsvccompiler.py17 from distutils.errors import (DistutilsExecError, DistutilsPlatformError, namespace
132 raise DistutilsPlatformError, \
266 raise DistutilsPlatformError, \
552 raise DistutilsPlatformError, \
H A Dutil.py10 from distutils.errors import DistutilsPlatformError namespace
170 raise DistutilsPlatformError, \
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_util.py6 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError namespace
H A Dtest_msvc9compiler.py6 from distutils.errors import DistutilsPlatformError namespace
108 # a DistutilsPlatformError if the compiler
118 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Derrors.py50 class DistutilsPlatformError(DistutilsError): class in inherits:DistutilsError
H A Dspawn.py14 from distutils.errors import DistutilsPlatformError, DistutilsExecError namespace
40 raise DistutilsPlatformError, \
126 raise DistutilsPlatformError(my_msg)
H A Dmsvc9compiler.py22 from distutils.errors import (DistutilsExecError, DistutilsPlatformError, namespace
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(
H A Dsysconfig.py19 from distutils.errors import DistutilsPlatformError namespace
101 raise DistutilsPlatformError(
147 raise DistutilsPlatformError(
H A Dmsvccompiler.py17 from distutils.errors import (DistutilsExecError, DistutilsPlatformError, namespace
132 raise DistutilsPlatformError, \
266 raise DistutilsPlatformError, \
552 raise DistutilsPlatformError, \
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_util.py6 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError namespace
H A Dtest_msvc9compiler.py6 from distutils.errors import DistutilsPlatformError namespace
108 # a DistutilsPlatformError if the compiler
118 self.assertRaises(DistutilsPlatformError, query_vcvarsall,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist_dumb.py16 from distutils.errors import DistutilsPlatformError namespace
75 raise DistutilsPlatformError, \
112 raise DistutilsPlatformError, \
H A Dbdist.py12 from distutils.errors import DistutilsPlatformError, DistutilsOptionError namespace
114 raise DistutilsPlatformError, \
H A Dinstall.py16 from distutils.errors import DistutilsPlatformError namespace
453 raise DistutilsPlatformError(
484 raise DistutilsPlatformError(
499 raise DistutilsPlatformError, \
607 raise DistutilsPlatformError("Can't install when "
H A Dbdist_wininst.py16 from distutils.errors import DistutilsOptionError, DistutilsPlatformError namespace
126 raise DistutilsPlatformError \
H A Dsdist.py16 from distutils.errors import (DistutilsPlatformError, DistutilsOptionError, namespace
136 raise DistutilsPlatformError, \
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist_dumb.py16 from distutils.errors import DistutilsPlatformError namespace
75 raise DistutilsPlatformError, \
112 raise DistutilsPlatformError, \
H A Dbdist.py12 from distutils.errors import DistutilsPlatformError, DistutilsOptionError namespace
114 raise DistutilsPlatformError, \
H A Dinstall.py16 from distutils.errors import DistutilsPlatformError namespace
453 raise DistutilsPlatformError(
484 raise DistutilsPlatformError(
499 raise DistutilsPlatformError, \
607 raise DistutilsPlatformError("Can't install when "
H A Dbdist_wininst.py16 from distutils.errors import DistutilsOptionError, DistutilsPlatformError namespace
126 raise DistutilsPlatformError \
H A Dsdist.py16 from distutils.errors import (DistutilsPlatformError, DistutilsOptionError, namespace
136 raise DistutilsPlatformError, \

Completed in 140 milliseconds

12