ID EN
Built-in Exceptions

ImportError

Python 3.11

Raised when the import statement has troubles trying to load a module. Also raised when the “from list” in from ... import has a name that cannot be found.

Syntax

PYTHON
exception ImportError

See Also

import name path