Ask Your Question

Revision history [back]

The problem is that your script is called "sage.py", so when you try from sage.all import *, it tries to import it from this file. Rename your script to something else.