A subclass of ImportError raised when a module cannot be located at all. Distinguishable from ImportError, which may also be raised if a module is found but cannot be loaded.
ModuleNotFoundError
python A subclass of ImportError raised when a module cannot be located at all. Distinguishable from ImportError, which may also be raised if a module is found but cannot be loaded.