May I ask about Sage here?

Michael Press rubrum at pacbell.net
Wed Apr 29 21:06:26 EDT 2009


May I ask for help with Sage problems here?  I
did not find a usenet Sage support group. If so,
here is a session I imitated from the tutorial.
The "load command failed. I logged output with
"logstart", then quit, started, executed "load",
and "load" failed to work.

__________________________________________________
 ----------------------------------------------------------------------
 | Sage Version 3.4.1, Release Date: 2009-04-21                       |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: logstart setup
 Activating auto-logging. Current session state plus future input saved.
 Filename       : setup
 Mode           : backup
 Output logging : False
 Raw input log  : False
 Timestamping   : False
 State          : active
 sage: E = EllipticCurve([1,2,3,4,5]).minimal_model()
 sage: F = QQ^3
 sage: x,y = QQ['x,y'].gens()
 sage: G = E.gens()
 sage: exit
 Exiting SAGE (CPU time 0m0.27s, Wall time 0m11.10s).

 Script done on Wed Apr 29 17:23:57 2009
 Script started on Wed Apr 29 17:24:12 2009
 ----------------------------------------------------------------------
 | Sage Version 3.4.1, Release Date: 2009-04-21                       |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: load "setup"
 ---------------------------------------------------------------------------
 IOError                                   Traceback (most recent call last)

 /Users/mdp/.sage/<ipython console> in <module>()

 /Applications/sage/local/lib/python2.5/site-packages/sage/structure/sage_object.so in sage.structure.sage_object.load (sage/structure/sage_object.c:6200)()

 IOError: [Errno 2] No such file or directory: 'setup.sobj'
 sage: exit
 Exiting SAGE (CPU time 0m0.85s, Wall time 0m11.08s).

$ ls -lF
total 16
drwxr-xr-x   2 mdp  staff    68 Apr 29 16:37 db/
drwxr-xr-x   4 mdp  staff   136 Apr 29 16:37 gap/
drwxr-xr-x@ 14 mdp  staff   476 Apr 29 16:53 ipython/
drwxr-xr-x   7 mdp  staff   238 Apr 29 16:44 sage_notebook/
-rw-r--r--   1 mdp  staff   546 Apr 29 17:23 setup
drwxr-xr-x   4 mdp  staff   136 Apr 29 17:22 temp/
-rw-r--r--   1 mdp  staff  1684 Apr 29 17:24 typescript

__________________________________________________

-- 
Michael Press



More information about the Python-list mailing list