™N ã~ƒ9csœdZdZdefd„ƒYZdefd„ƒYZdefd„ƒYZdefd „ƒYZd efd „ƒYZd efd „ƒYZdefd„ƒYZ defd„ƒYZ defd„ƒYZ defd„ƒYZ defd„ƒYZ defd„ƒYZdefd„ƒYZdefd„ƒYZdefd„ƒYZd efd!„ƒYZd"efd#„ƒYZd$efd%„ƒYZd&S('sˆdistutils.errors Provides exceptions used by the Distutils modules. Note that Distutils modules may raise standard exceptions; in particular, SystemExit is usually raised for errors that are obviously the end-user's fault (eg. bad command-line arguments). This module safe to use in "from ... import *" mode; it only exports symbols whose names start with "Distutils" and end with "Error".s5$Id: errors.py,v 1.10 2000/07/30 01:03:31 gward Exp $sDistutilsErrorcsdZRS(sThe root of all Distutils evil.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsErrorssDistutilsModuleErrorcsdZRS(s„Unable to load an expected module, or to find an expected class within some module (in particular, command modules and classes).(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsModuleErrorssDistutilsClassErrorcsdZRS(sÝSome command class (or possibly distribution class, if anyone feels a need to subclass Distribution) is found not to be holding up its end of the bargain, ie. implementing some part of the "command "interface.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsClassErrorssDistutilsGetoptErrorcsdZRS(s7The option table provided to 'fancy_getopt()' is bogus.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsGetoptErrorssDistutilsArgErrorcsdZRS(saRaised by fancy_getopt in response to getopt.error -- ie. an error in the command line usage.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsArgError#ssDistutilsFileErrorcsdZRS(sžAny problems in the filesystem: expected file not found, etc. Typically this is for problems that we detect before IOError or OSError could be raised.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsFileError(ssDistutilsOptionErrorcsdZRS(s‰Syntactic/semantic errors in command options, such as use of mutually conflicting options, or inconsistent options, badly-spelled values, etc. No distinction is made between option values originating in the setup script, the command line, config files, or what-have-you -- but if we *know* something originated in the setup script, we'll raise DistutilsSetupError instead.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsOptionError.ssDistutilsSetupErrorcsdZRS(sqFor errors that can be definitely blamed on the setup script, such as invalid keyword arguments to 'setup()'.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsSetupError7ssDistutilsPlatformErrorcsdZRS(sÆWe don't know how to do something on the current platform (but we do know how to do it on some platform) -- eg. trying to compile C files on a platform not supported by a CCompiler subclass.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsPlatformError<ssDistutilsExecErrorcsdZRS(s`Any problems executing an external program (such as the C compiler, when compiling C files).(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsExecErrorBssDistutilsInternalErrorcsdZRS(soInternal inconsistencies or impossibilities (obviously, this should never be seen if the code is working!).(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsInternalErrorGssDistutilsTemplateErrorcsdZRS(s%Syntax error in a file list template.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysDistutilsTemplateErrorLssCCompilerErrorcsdZRS(s#Some compile/link operation failed.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysCCompilerErrorQssPreprocessErrorcsdZRS(s.Failure to preprocess one or more C/C++ files.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysPreprocessErrorTss CompileErrorcsdZRS(s2Failure to compile one or more C/C++ source files.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pys CompileErrorWssLibErrorcsdZRS(sKFailure to create a static library from one or more C/C++ object files.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysLibErrorZss LinkErrorcsdZRS(s]Failure to link one or more C/C++ object files into an executable or shared library file.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pys LinkError^ssUnknownFileErrorcsdZRS(s(Attempt to process an unknown file type.(s__doc__(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pysUnknownFileErrorbsN(s__doc__s __revision__s ExceptionsDistutilsErrorsDistutilsModuleErrorsDistutilsClassErrorsDistutilsGetoptErrorsDistutilsArgErrorsDistutilsFileErrorsDistutilsOptionErrorsDistutilsSetupErrorsDistutilsPlatformErrorsDistutilsExecErrorsDistutilsInternalErrorsDistutilsTemplateErrorsCCompilerErrorsPreprocessErrors CompileErrorsLibErrors LinkErrorsUnknownFileError(s8/usr/pkg/lib/python1.5/site-packages/distutils/errors.pys? s&