again... went "sage -upgrade" and got the usual load of messages that
i can't read :) They weren't particularly scary this time and didn't
seem to complain too much. However if i run "sage" in my terminal, i
get:
m-guillot:sage pedro$ sage
----------------------------------------------------------------------
<<<<<<< local
| SAGE Version 3.1.4, Release Date: 2008-10-20 |
=======
| Sage Version 3.2.3, Release Date: 2009-01-05 |
>>>>>>> other
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
---------------------------------------------------------------------------
SyntaxError Traceback (most recent call
last)
/Applications/sage/local/bin/<string> in <module>()
/Applications/sage/local/lib/python2.5/site-packages/sage/misc/
preparser_ipython.py in <module>()
6
###########################################################################
7
----> 8 import sage.misc.interpreter
9
10 import preparser
/Applications/sage/local/lib/python2.5/site-packages/sage/misc/
interpreter.py in <module>()
100
101 import os
--> 102 import log
103
104 import remote_file
/Applications/sage/local/lib/python2.5/site-packages/sage/misc/log.py
in <module>()
56
57 import interpreter
---> 58 import latex
59 import misc
60
/Applications/sage/local/lib/python2.5/site-packages/sage/misc/
latex.py in <module>()
41 import random
42
---> 43 from misc import tmp_dir
44 import sage_eval
45
/Applications/sage/local/lib/python2.5/site-packages/sage/misc/misc.py
in <module>()
25 import sage.misc.prandom as random
26
---> 27 from banner import version, banner
28
29 SAGE_ROOT = os.environ["SAGE_ROOT"]
/Applications/sage/local/lib/python2.5/site-packages/sage/misc/
banner.py in <module>()
18
#*****************************************************************************
19
---> 20 import sage.version
21
22 def version(clone = False):
SyntaxError: invalid syntax (version.py, line 2)
WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
sage.misc.preparser_ipython.magma_colon_equals=True'
---------------------------------------------------------------------------
SyntaxError Traceback (most recent call
last)
/Applications/sage/local/lib/python2.5/site-packages/IPython/
ipmaker.pyc in force_import(modname)
64 reload(sys.modules[modname])
65 else:
---> 66 __import__(modname)
67
68
/Applications/sage/local/bin/ipy_profile_sage.py in <module>()
1 import os
2 if 'SAGE_CLEAN' not in os.environ:
----> 3 import sage.misc.misc
4 from sage.misc.interpreter import preparser, _ip
5 preparser(True)
/Applications/sage/local/lib/python2.5/site-packages/sage/misc/misc.py
in <module>()
25 import sage.misc.prandom as random
26
---> 27 from banner import version, banner
28
29 SAGE_ROOT = os.environ["SAGE_ROOT"]
/Applications/sage/local/lib/python2.5/site-packages/sage/misc/
banner.py in <module>()
18
#*****************************************************************************
19
---> 20 import sage.version
21
22 def version(clone = False):
SyntaxError: invalid syntax (version.py, line 2)
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.
<ERROR: name 'sage_prompt' is not defined>
well i guess i'll just download another binary, as usual ! but if
there's a one-line fix, i'd be happy/curious to know about it.
pierre
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---