answered 12 years ago
You tried to import just part of Sage. You need to import everything:
from sage.all import *
or
import sage.all