Hacked By AnonymousFox

Current Path : /opt/alt/python311/lib64/python3.11/distutils/__pycache__/
Upload File :
Current File : //opt/alt/python311/lib64/python3.11/distutils/__pycache__/errors.cpython-311.pyc

�

c��f�
���dZGd�de��ZGd�de��ZGd�de��ZGd�de��ZGd	�d
e��ZGd�de��ZGd
�de��ZGd�de��Z	Gd�de��Z
Gd�de��ZGd�de��ZGd�de��Z
Gd�de��ZGd�de��ZGd�de��ZGd�d e��ZGd!�d"e��ZGd#�d$e��ZGd%�d&e��Zd'S)(a�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 is safe to use in "from ... import *" mode; it only exports
symbols whose names start with "Distutils" and end with "Error".c��eZdZdZdS)�DistutilsErrorzThe root of all Distutils evil.N��__name__�
__module__�__qualname__�__doc__���7/opt/alt/python311/lib64/python3.11/distutils/errors.pyrrs������)�)��Dr
rc��eZdZdZdS)�DistutilsModuleErrorz�Unable to load an expected module, or to find an expected class
    within some module (in particular, command modules and classes).Nrr	r
rr
r
s������H�H��Dr
r
c��eZdZdZdS)�DistutilsClassErrorz�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.Nrr	r
rrrs��������	�Dr
rc��eZdZdZdS)�DistutilsGetoptErrorz7The option table provided to 'fancy_getopt()' is bogus.Nrr	r
rrrs������A�A��Dr
rc��eZdZdZdS)�DistutilsArgErrorzaRaised by fancy_getopt in response to getopt.error -- ie. an
    error in the command line usage.Nrr	r
rrrs������(�(��Dr
rc��eZdZdZdS)�DistutilsFileErrorz�Any problems in the filesystem: expected file not found, etc.
    Typically this is for problems that we detect before OSError
    could be raised.Nrr	r
rrr$s��������	�Dr
rc��eZdZdZdS)�DistutilsOptionErrora�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.Nrr	r
rrr*s������B�B�	�Dr
rc��eZdZdZdS)�DistutilsSetupErrorzqFor errors that can be definitely blamed on the setup script,
    such as invalid keyword arguments to 'setup()'.Nrr	r
rrr3s������7�7��Dr
rc��eZdZdZdS)�DistutilsPlatformErrorz�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.Nrr	r
rrr8s������D�D�	�Dr
rc��eZdZdZdS)�DistutilsExecErrorz`Any problems executing an external program (such as the C
    compiler, when compiling C files).Nrr	r
rrr>s������*�*��Dr
rc��eZdZdZdS)�DistutilsInternalErrorzoInternal inconsistencies or impossibilities (obviously, this
    should never be seen if the code is working!).Nrr	r
rrrCs������6�6��Dr
rc��eZdZdZdS)�DistutilsTemplateErrorz%Syntax error in a file list template.Nrr	r
rr!r!Hs������/�/�/�/r
r!c��eZdZdZdS)�DistutilsByteCompileErrorzByte compile error.Nrr	r
rr#r#Ks���������r
r#c��eZdZdZdS)�CCompilerErrorz#Some compile/link operation failed.Nrr	r
rr%r%Os������-�-�-�-r
r%c��eZdZdZdS)�PreprocessErrorz.Failure to preprocess one or more C/C++ files.Nrr	r
rr'r'Rs������8�8�8�8r
r'c��eZdZdZdS)�CompileErrorz2Failure to compile one or more C/C++ source files.Nrr	r
rr)r)Us������<�<�<�<r
r)c��eZdZdZdS)�LibErrorzKFailure to create a static library from one or more C/C++ object
    files.Nrr	r
rr+r+Xs���������r
r+c��eZdZdZdS)�	LinkErrorz]Failure to link one or more C/C++ object files into an executable
    or shared library file.Nrr	r
rr-r-\s���������r
r-c��eZdZdZdS)�UnknownFileErrorz(Attempt to process an unknown file type.Nrr	r
rr/r/`s������2�2�2�2r
r/N)r�	Exceptionrr
rrrrrrrrrr!r#r%r'r)r+r-r/r	r
r�<module>r1s9��D�D�	�	�	�	�	�i�	�	�	�	�	�	�	�	�N�	�	�	�
	�	�	�	�	�>�	�	�	�	�	�	�	�	�N�	�	�	�	�	�	�	�	��	�	�	�
	�	�	�	�	�.�	�	�	�	�	�	�	�	�N�	�	�	�	�	�	�	�	�>�	�	�	�
	�	�	�	�	�n�	�	�	�	�	�	�	�	�.�	�	�	�
	�	�	�	�	�n�	�	�	�
0�0�0�0�0�n�0�0�0����������.�.�.�.�.�i�.�.�.�9�9�9�9�9�~�9�9�9�=�=�=�=�=�N�=�=�=�������������������3�3�3�3�3��3�3�3�3�3r

Hacked By AnonymousFox1.0, Coded By AnonymousFox