Primary
ImportError ⚬ᵖʸ|Documentation|1st|20260122201738-00-⌔
Built-in Exceptions — Python 3.14.2 documentation#ImportError
exception
ImportErrorRaised when the
importstatement has troubles trying to load a module. Also raised when the “from list” infrom... importhas a name that cannot be found.The optional name and path keyword-only arguments set the corresponding attributes:
Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •