module win_installer.win_exception

Inheritance diagram of pymyinstall.win_installer.win_exception

Short summary

module pymyinstall.win_installer.win_exception

Helpers, inspired from utils.py

source on GitHub

Classes

class

truncated documentation

WinInstallDistributionError

raised when an issue is detected in the distribution

WinInstallException

exception raised by this package

WinInstallMissingDependency

raised when a dependency is missing

WinInstallPackageException

exception raised by this package when installing a Python package

Documentation

Helpers, inspired from utils.py

source on GitHub

exception pymyinstall.win_installer.win_exception.WinInstallDistributionError

Bases: RuntimeError

raised when an issue is detected in the distribution

source on GitHub

exception pymyinstall.win_installer.win_exception.WinInstallException

Bases: RuntimeError

exception raised by this package

source on GitHub

exception pymyinstall.win_installer.win_exception.WinInstallMissingDependency

Bases: RuntimeError

raised when a dependency is missing

source on GitHub

exception pymyinstall.win_installer.win_exception.WinInstallPackageException

Bases: RuntimeError

exception raised by this package when installing a Python package

source on GitHub