On Feb 15, 4:59 am, "Georg S. Weber" <georgswe...@googlemail.com> wrote: > a patch is up for review at #5254.
Well, still no luck. It's clear that the script has had some effect, since the error messages no longer refer to mabshoff's machine, but Maxima still doesn't start. Error logs post-patch and pre-patch are below. In both cases, Sage.app issued the "SAGE install tree may have moved" statement. The error is caused by any statement that uses Maxima, like "diff(x^2,x)". This is all on my Mac Pro running 10.5.5. Also, I don't think I have GnuPlot installed on this machine, although I do have Macports. Thanks, Mark McClure ------- Post Patch error log -------- Traceback (click to the left for traceback) ... RuntimeError: Unable to start maxima Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/mcmcclure/.sage/sage_notebook/worksheets/admin/0/code/ 2.py", line 7, in <module> diff(x**_sage_const_2 ,x) File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/SQLAlchemy-0.4.6-py2.5.egg/", line 1, in <module> File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/calculus/functional.py", line 129, in derivative return f.derivative(*args, **kwds) File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/calculus/calculus.py", line 2141, in derivative vars = self.variables() File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/calculus/calculus.py", line 4693, in variables return self.simplify().variables() File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/calculus/calculus.py", line 3492, in simplify S = evaled_symbolic_expression_from_maxima_string (self._maxima_init_()) File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/calculus/calculus.py", line 9214, in evaled_symbolic_expression_from_maxima_string return symbolic_expression_from_maxima_string(maxima.eval(x)) File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/interfaces/expect.py", line 931, in eval return '\n'.join([self._eval_line(L, **kwds) for L in code.split ('\n') if L != '']) File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/interfaces/maxima.py", line 605, in _eval_line self._sendline(line) File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/interfaces/maxima.py", line 472, in _sendline self._sendstr(str) File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/interfaces/expect.py", line 828, in _sendstr self._start() File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/interfaces/maxima.py", line 450, in _start Expect._start(self) File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/sage/interfaces/expect.py", line 464, in _start raise RuntimeError, "Unable to start %s"%self.__name RuntimeError: Unable to start maxima --------- Pre Patch error ----------- Traceback (click to the left for traceback) ... RuntimeError: Unable to start maxima Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/mcmcclure/.sage/sage_notebook/worksheets/admin/0/code/ 2.py", line 7, in <module> diff(x**_sage_const_2 ,x) File "/Applications/Sage.app/Contents/Resources/sage/local/lib/ python2.5/site-packages/SQLAlchemy-0.4.6-py2.5.egg/", line 1, in <module> File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/calculus/functional.py", line 129, in derivative File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/calculus/calculus.py", line 2141, in derivative File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/calculus/calculus.py", line 4693, in variables File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/calculus/calculus.py", line 3492, in simplify File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/calculus/calculus.py", line 9214, in evaled_symbolic_expression_from_maxima_string File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/interfaces/expect.py", line 931, in eval File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/interfaces/maxima.py", line 605, in _eval_line File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/interfaces/maxima.py", line 472, in _sendline File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/interfaces/expect.py", line 828, in _sendstr File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/interfaces/maxima.py", line 450, in _start File "/Users/mabshoff/sage-3.3.rc0/local/lib/python2.5/site-packages/ sage/interfaces/expect.py", line 464, in _start RuntimeError: Unable to start maxima --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---