First time here? Check out the FAQ!
answered 2012-05-09 03:47:09 +0100
You tried to import just part of Sage. You need to import everything:
from sage.all import *
or
import sage.all