hello,

i went 'sage -upgrade' today, and now i get:

mac-mini-de-pedro-zero:~ pedrozero$ sage
----------------------------------------------------------------------
| Sage Version 3.2.3, Release Date: 2009-01-05                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (49, 0))

---------------------------------------------------------------------------
KeyError                                  Traceback (most recent call
last)

/Applications/sage/local/bin/<string> in <module>()

/Applications/sage/local/lib/python2.6/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.6/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.6/site-packages/sage/misc/log.py
in <module>()
     63
     64 import interpreter
---> 65 import latex
     66 import misc
     67

/Applications/sage/local/lib/python2.6/site-packages/sage/misc/
latex.py in <module>()
     40 import random
     41
---> 42 from misc import tmp_dir, graphics_filename
     43 import sage_eval
     44 from sage.misc.misc import SAGE_DOC

/Applications/sage/local/lib/python2.6/site-packages/sage/misc/misc.py
in <module>()
     32 SAGE_ROOT = os.environ["SAGE_ROOT"]
     33 SAGE_LOCAL = SAGE_ROOT + '/local/'
---> 34 SAGE_DOC = os.environ["SAGE_DOC"]
     35 HOSTNAME = socket.gethostname().replace('-','_').replace
('/','_').replace('\\','_')
     36

/Applications/sage/local/lib/python/UserDict.pyc in __getitem__(self,
key)
     20         if hasattr(self.__class__, "__missing__"):
     21             return self.__class__.__missing__(self, key)
---> 22         raise KeyError(key)
     23     def __setitem__(self, key, item): self.data[key] = item
     24     def __delitem__(self, key): del self.data[key]

KeyError: 'SAGE_DOC'
WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
sage.misc.preparser_ipython.magma_colon_equals=True'
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (49, 0))

---------------------------------------------------------------------------
KeyError                                  Traceback (most recent call
last)

/Applications/sage/local/lib/python2.6/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.6/site-packages/sage/misc/misc.py
in <module>()
     32 SAGE_ROOT = os.environ["SAGE_ROOT"]
     33 SAGE_LOCAL = SAGE_ROOT + '/local/'
---> 34 SAGE_DOC = os.environ["SAGE_DOC"]
     35 HOSTNAME = socket.gethostname().replace('-','_').replace
('/','_').replace('\\','_')
     36

/Applications/sage/local/lib/python/UserDict.pyc in __getitem__(self,
key)
     20         if hasattr(self.__class__, "__missing__"):
     21             return self.__class__.__missing__(self, key)
---> 22         raise KeyError(key)
     23     def __setitem__(self, key, item): self.data[key] = item
     24     def __delitem__(self, key): del self.data[key]

KeyError: 'SAGE_DOC'
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.

<ERROR: name 'sage_prompt' is not defined>
<ERROR: name 'sage_prompt' is not defined>
KeyboardInterrupt
<ERROR: name 'sage_prompt' is not defined>
KeyboardInterrupt
<ERROR: name 'sage_prompt' is not defined>
KeyboardInterrupt
<ERROR: name 'sage_prompt' is not defined>
KeyboardInterrupt
<ERROR: name 'sage_prompt' is not defined>
KeyboardInterrupt
<ERROR: name 'sage_prompt' is not defined>
KeyboardInterrupt
<ERROR: name 'sage_prompt' is not defined>
KeyboardInterrupt
<ERROR: name 'sage_prompt' is not defined>quit()
mac-mini-de-pedro-zero:~ pedrozero$

you can find a file containing all the messages that appeared during
the upgrade at

http://www-irma.u-strasbg.fr/~guillot/during-upgrade.txt

(it may take a few minutes before this file is available for download
-- just in case someone is trying to look at it right after i send
this !)

thanks!
pierre
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to