| 1 | initial version |
You tried to import just part of Sage. You need to import everything:
from sage.all import *
or
import sage.all
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.