On Mon, 22 Jan 2007, William Stein wrote: > I've released SAGE-1.8. This is mostly a bugfix release, but has a bunch of > code
sage-1.8 installed successfully [1] but there's junk [2] on each startup and other weirdness [3]. Ifti. +++++++++++++++++++++ [1] === Writing /Users/weirdalerdos/Documents/sage-1.8/local/lib/python2.5/site-packages/pysqlite-2.3.2-py2.5.egg-info real 1m3.548s user 0m36.142s sys 0m19.976s Successfully installed sqlite-3.3.11 Now cleaning up tmp files. Making SAGE/Python scripts relocatable... Making script relocatable real 64m57.838s user 39m20.542s sys 15m4.382s To install gap, gp, singular, etc., scripts in a standard bin directory, start sage and type e.g., install_scripts('/usr/local/bin') at the command prompt. SAGE build/upgrade complete! 172:~/Documents/sage-1.8 weirdalerdos$ make cd spkg && ./install all 2>&1 | tee -a ../install.log make[1]: Nothing to be done for `all'. real 0m0.046s user 0m0.004s sys 0m0.005s To install gap, gp, singular, etc., scripts in a standard bin directory, start sage and type e.g., install_scripts('/usr/local/bin') at the command prompt. SAGE build/upgrade complete! 172:~/Documents/sage-1.8 weirdalerdos$ +++++++++++++++++++++ [2] === 172:~/Documents/sage-1.8 weirdalerdos$ ./sage ---------------------------------------------------------------------- | SAGE Version 1.8, Release Date: 2007-01-22 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- --------------------------------------------------------------------------- <type 'exceptions.ImportError'> Traceback (most recent call last) /Users/weirdalerdos/Documents/sage-1.8/local/bin/<ipython console> in <module>() /Users/weirdalerdos/Documents/sage-1.8/local/lib/python2.5/site-packages/sage/all_cmdline.py in <module>() 1 """nodoctest""" ----> 2 from sage.all import * 3 /Users/weirdalerdos/Documents/sage-1.8/local/lib/python2.5/site-packages/sage/all.py in <module>() 66 from sage.algebras.all import * 67 from sage.modular.all import * ---> 68 from sage.schemes.all import * 69 from sage.graphs.all import * 70 from sage.groups.all import * /Users/weirdalerdos/Documents/sage-1.8/local/lib/python2.5/site-packages/sage/schemes/all.py in <module>() 27 from plane_curves.all import * 28 ---> 29 from elliptic_curves.all import * 30 31 from plane_quartics.all import * /Users/weirdalerdos/Documents/sage-1.8/local/lib/python2.5/site-packages/sage/schemes/elliptic_curves/all.py in <module>() 22 23 ---> 24 from ell_generic import is_EllipticCurve 25 26 from ell_rational_field import cremona_curves, cremona_optimal_curves /Users/weirdalerdos/Documents/sage-1.8/local/lib/python2.5/site-packages/sage/schemes/elliptic_curves/ell_generic.py in <module>() 32 import sage.misc.latex as latex 33 import sage.modular.modform as modform ---> 34 import sage.functions.transcendental as transcendental 35 36 # Schemes <type 'exceptions.ImportError'>: No module named functions.transcendental sage: ++++++++++++++++++++++ [3] === sage: E = EllipticCurve([1,0]) --------------------------------------------------------------------------- <type 'exceptions.NameError'> Traceback (most recent call last) /Users/weirdalerdos/Documents/sage-1.8/local/bin/<ipython console> in <module>() <type 'exceptions.NameError'>: name 'EllipticCurve' is not defined sage: --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---