can't load a saved file
I saved a function as hypotenuse.sobj and it shows up in the local directory listing. Then I tried load("hypotenuse.sobj") and get this error:
AttributeError: Can't get attribute 'dist' on <module 'sage.all_cmdline'="" from="" '="" opt="" sagemath-9.1="" local="" lib="" python3.7="" site-packages="" sage="" all_cmdline.py'="">
To display blocks of code or error messages in Ask Sage, skip a line above and below, and do one of the following (all give the same result):
For instance, typing
produces:
Please edit your question to do that.
Hard to say much about the problem without a reproducible set of commands.
Ideally, trim down the function to a minimal example that triggers this error.
Then share that minimal example.