You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to import a module, and (misremembering or mistyping) the module name to include a dash - character, rustpython will give a (true but) misleading error message.
This is mostly a problem in the online demo or running a script, as the REPL at least points out the exact location of the error.
Uh oh!
There was an error while loading. Please reload this page.
Summary
When attempting to import a module, and (misremembering or mistyping) the module name to include a dash
-
character, rustpython will give a (true but) misleading error message.This is mostly a problem in the online demo or running a script, as the REPL at least points out the exact location of the error.
Expected
Actual
Python Documentation
The text was updated successfully, but these errors were encountered: