On Nov 15, 2007 1:05 PM, Dan Shumow <[EMAIL PROTECTED]> wrote: > > In sage I typed upgrade() > exited sage, tried to start, got this error message. > exited, typed make, tried again, got the problem again. > > This is the problem:: > > dan-shumows-computer:/Applications/sage shumow$ ./sage > ---------------------------------------------------------------------- > | SAGE Version 2.8.5, Release Date: 2007-09-21 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > --------------------------------------------------------------------------- > <type 'exceptions.ImportError'> Traceback (most recent call last) > > /Applications/sage/local/bin/<string> in <module>() > > <type 'exceptions.ImportError'>: No module named sage.misc.preparser_ipython > WARNING: Failure executing code: 'import sage.misc.preparser_ipython; > sage.misc.preparser_ipython.magma_colon_equals=True' > --------------------------------------------------------------------------- > <type 'exceptions.ImportError'> Traceback (most recent call last) > > /Applications/sage/local/bin/<ipython console> in <module>() > > <type 'exceptions.ImportError'>: No module named sage.misc.misc > <ERROR: name 'sage_prompt' is not defined> > KeyboardInterrupt > <ERROR: name 'sage_prompt' is not defined> > > > Any help would be greatly appreciated. >
You probably have to do an explicit merge. Try doing sage -br and report what happens. Depending on that you might have to do cd SAGE_ROOT/devel/sage/ sage -hg merge sage -hg update or something like that. By the way, were you just on the front page of slashdot in this article? http://it.slashdot.org/article.pl?sid=07/11/15/184204 -- William --~--~---------~--~----~------------~-------~--~----~ 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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
