Raised when an import statement fails to find the module or when a from ... import fails to find a name in the module. The name and path attributes give the missing name and file path.
ImportError
python Raised when an import statement fails to find the module or when a from ... import fails to find a name in the module. The name and path attributes give the missing name and file path.