sebaubuntu_libs.libcompat.distutils.errors
Exceptions
The root of all Distutils evil. |
|
Any problems in the filesystem: expected file not found, etc. |
|
Internal inconsistencies or impossibilities (obviously, this should never be seen if the code is working!). |
- exception sebaubuntu_libs.libcompat.distutils.errors.DistutilsError
The root of all Distutils evil.
- exception sebaubuntu_libs.libcompat.distutils.errors.DistutilsFileError
Any problems in the filesystem: expected file not found, etc. Typically this is for problems that we detect before OSError could be raised.
- exception sebaubuntu_libs.libcompat.distutils.errors.DistutilsInternalError
Internal inconsistencies or impossibilities (obviously, this should never be seen if the code is working!).