E6002 Imports Errors
Imports
cannot find file or directory '%s'
When this occurs
`import nonexistent`
Example error message
error[E6002]:
module 'foo' not found
How to fix
Check the module path and name. Ensure the module file exists.
cannot find file or directory '%s'
`import nonexistent`
Check the module path and name. Ensure the module file exists.