GRAYBYTE WORDPRESS FILE MANAGER5041

Server IP : 198.54.121.189 / Your IP : 216.73.216.34
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /lib64/python2.7/distutils/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /lib64/python2.7/distutils//errors.py
"""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"."""

__revision__ = "$Id$"

class DistutilsError(Exception):
    """The root of all Distutils evil."""

class DistutilsModuleError(DistutilsError):
    """Unable to load an expected module, or to find an expected class
    within some module (in particular, command modules and classes)."""

class DistutilsClassError(DistutilsError):
    """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."""

class DistutilsGetoptError(DistutilsError):
    """The option table provided to 'fancy_getopt()' is bogus."""

class DistutilsArgError(DistutilsError):
    """Raised by fancy_getopt in response to getopt.error -- ie. an
    error in the command line usage."""

class DistutilsFileError(DistutilsError):
    """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."""

class DistutilsOptionError(DistutilsError):
    """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."""

class DistutilsSetupError(DistutilsError):
    """For errors that can be definitely blamed on the setup script,
    such as invalid keyword arguments to 'setup()'."""

class DistutilsPlatformError(DistutilsError):
    """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."""

class DistutilsExecError(DistutilsError):
    """Any problems executing an external program (such as the C
    compiler, when compiling C files)."""

class DistutilsInternalError(DistutilsError):
    """Internal inconsistencies or impossibilities (obviously, this
    should never be seen if the code is working!)."""

class DistutilsTemplateError(DistutilsError):
    """Syntax error in a file list template."""

class DistutilsByteCompileError(DistutilsError):
    """Byte compile error."""

# Exception classes used by the CCompiler implementation classes
class CCompilerError(Exception):
    """Some compile/link operation failed."""

class PreprocessError(CCompilerError):
    """Failure to preprocess one or more C/C++ files."""

class CompileError(CCompilerError):
    """Failure to compile one or more C/C++ source files."""

class LibError(CCompilerError):
    """Failure to create a static library from one or more C/C++ object
    files."""

class LinkError(CCompilerError):
    """Failure to link one or more C/C++ object files into an executable
    or shared library file."""

class UnknownFileError(CCompilerError):
    """Attempt to process an unknown file type."""

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 15 2024 08:34:30
root / root
0755
command
--
June 15 2024 08:34:30
root / root
0755
README
0.288 KB
April 10 2024 04:58:35
root / root
0644
__init__.py
0.23 KB
April 10 2024 04:58:35
root / root
0644
__init__.pyc
0.405 KB
April 10 2024 04:58:46
root / root
0644
__init__.pyo
0.405 KB
April 10 2024 04:58:46
root / root
0644
archive_util.py
8.026 KB
April 10 2024 04:58:35
root / root
0644
archive_util.pyc
7.423 KB
April 10 2024 04:58:46
root / root
0644
archive_util.pyo
7.423 KB
April 10 2024 04:58:46
root / root
0644
bcppcompiler.py
14.591 KB
April 10 2024 04:58:35
root / root
0644
bcppcompiler.pyc
7.697 KB
April 10 2024 04:58:46
root / root
0644
bcppcompiler.pyo
7.697 KB
April 10 2024 04:58:46
root / root
0644
ccompiler.py
45.631 KB
April 10 2024 04:58:35
root / root
0644
ccompiler.pyc
36.018 KB
April 10 2024 04:58:46
root / root
0644
ccompiler.pyo
35.88 KB
April 10 2024 04:58:44
root / root
0644
cmd.py
18.818 KB
April 10 2024 04:58:35
root / root
0644
cmd.pyc
16.41 KB
April 10 2024 04:58:46
root / root
0644
cmd.pyo
16.41 KB
April 10 2024 04:58:46
root / root
0644
config.py
4.037 KB
April 10 2024 04:58:35
root / root
0644
config.pyc
3.481 KB
April 10 2024 04:58:46
root / root
0644
config.pyo
3.481 KB
April 10 2024 04:58:46
root / root
0644
core.py
8.808 KB
April 10 2024 04:58:35
root / root
0644
core.pyc
7.359 KB
April 10 2024 04:58:46
root / root
0644
core.pyo
7.359 KB
April 10 2024 04:58:46
root / root
0644
cygwinccompiler.py
17.319 KB
April 10 2024 04:58:35
root / root
0644
cygwinccompiler.pyc
9.595 KB
April 10 2024 04:58:46
root / root
0644
cygwinccompiler.pyo
9.595 KB
April 10 2024 04:58:46
root / root
0644
debug.py
0.158 KB
April 10 2024 04:58:35
root / root
0644
debug.pyc
0.248 KB
April 10 2024 04:58:46
root / root
0644
debug.pyo
0.248 KB
April 10 2024 04:58:46
root / root
0644
dep_util.py
3.427 KB
April 10 2024 04:58:35
root / root
0644
dep_util.pyc
3.105 KB
April 10 2024 04:58:46
root / root
0644
dep_util.pyo
3.105 KB
April 10 2024 04:58:46
root / root
0644
dir_util.py
7.684 KB
April 10 2024 04:58:35
root / root
0644
dir_util.pyc
6.627 KB
April 10 2024 04:58:46
root / root
0644
dir_util.pyo
6.627 KB
April 10 2024 04:58:46
root / root
0644
dist.py
48.876 KB
April 10 2024 04:58:35
root / root
0644
dist.pyc
38.258 KB
April 10 2024 04:58:46
root / root
0644
dist.pyo
38.258 KB
April 10 2024 04:58:46
root / root
0644
emxccompiler.py
11.651 KB
April 10 2024 04:58:35
root / root
0644
emxccompiler.pyc
7.292 KB
April 10 2024 04:58:46
root / root
0644
emxccompiler.pyo
7.292 KB
April 10 2024 04:58:46
root / root
0644
errors.py
3.412 KB
April 10 2024 04:58:35
root / root
0644
errors.pyc
6.138 KB
April 10 2024 04:58:46
root / root
0644
errors.pyo
6.138 KB
April 10 2024 04:58:46
root / root
0644
extension.py
10.648 KB
April 10 2024 04:58:35
root / root
0644
extension.pyc
7.238 KB
April 10 2024 04:58:46
root / root
0644
extension.pyo
7.018 KB
April 10 2024 04:58:44
root / root
0644
fancy_getopt.py
17.527 KB
April 10 2024 04:58:35
root / root
0644
fancy_getopt.pyc
11.678 KB
April 10 2024 04:58:46
root / root
0644
fancy_getopt.pyo
11.505 KB
April 10 2024 04:58:44
root / root
0644
file_util.py
7.94 KB
April 10 2024 04:58:35
root / root
0644
file_util.pyc
6.592 KB
April 10 2024 04:58:46
root / root
0644
file_util.pyo
6.592 KB
April 10 2024 04:58:46
root / root
0644
filelist.py
12.392 KB
April 10 2024 04:58:35
root / root
0644
filelist.pyc
10.504 KB
April 10 2024 04:58:46
root / root
0644
filelist.pyo
10.504 KB
April 10 2024 04:58:46
root / root
0644
log.py
1.646 KB
April 10 2024 04:58:35
root / root
0644
log.pyc
2.721 KB
April 10 2024 04:58:46
root / root
0644
log.pyo
2.721 KB
April 10 2024 04:58:46
root / root
0644
msvc9compiler.py
30.277 KB
April 10 2024 04:58:35
root / root
0644
msvc9compiler.pyc
20.993 KB
April 10 2024 04:58:46
root / root
0644
msvc9compiler.pyo
20.922 KB
April 10 2024 04:58:44
root / root
0644
msvccompiler.py
23.083 KB
April 10 2024 04:58:35
root / root
0644
msvccompiler.pyc
17.114 KB
April 10 2024 04:58:46
root / root
0644
msvccompiler.pyo
17.114 KB
April 10 2024 04:58:46
root / root
0644
spawn.py
8.445 KB
April 10 2024 04:58:35
root / root
0644
spawn.pyc
6.276 KB
April 10 2024 04:58:46
root / root
0644
spawn.pyo
6.276 KB
April 10 2024 04:58:46
root / root
0644
sysconfig.py
17.292 KB
April 10 2024 04:58:41
root / root
0644
sysconfig.py.debug-build
17.209 KB
April 10 2024 04:58:35
root / root
0644
sysconfig.pyc
13.09 KB
April 10 2024 04:58:46
root / root
0644
sysconfig.pyo
13.09 KB
April 10 2024 04:58:46
root / root
0644
text_file.py
12.137 KB
April 10 2024 04:58:35
root / root
0644
text_file.pyc
9.042 KB
April 10 2024 04:58:46
root / root
0644
text_file.pyo
9.042 KB
April 10 2024 04:58:46
root / root
0644
unixccompiler.py
13.889 KB
April 10 2024 04:58:35
root / root
0644
unixccompiler.py.distutils-rpath
13.356 KB
April 10 2024 04:58:35
root / root
0644
unixccompiler.pyc
8.036 KB
April 10 2024 04:58:46
root / root
0644
unixccompiler.pyo
8.036 KB
April 10 2024 04:58:46
root / root
0644
util.py
17.809 KB
April 10 2024 04:58:35
root / root
0644
util.pyc
14.049 KB
April 10 2024 04:58:46
root / root
0644
util.pyo
14.049 KB
April 10 2024 04:58:46
root / root
0644
version.py
11.165 KB
April 10 2024 04:58:35
root / root
0644
version.pyc
7.039 KB
April 10 2024 04:58:46
root / root
0644
version.pyo
7.039 KB
April 10 2024 04:58:46
root / root
0644
versionpredicate.py
4.976 KB
April 10 2024 04:58:35
root / root
0644
versionpredicate.pyc
5.412 KB
April 10 2024 04:58:46
root / root
0644
versionpredicate.pyo
5.412 KB
April 10 2024 04:58:46
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF