On Sep 1, 11:19 pm, "Justin C. Walker" <[email protected]> wrote: > On Sep 1, 2011, at 19:31 , robin hankin wrote: > > > Hi. > > > sage 4.7.1, macosx 10.6.8, firefox 5.0. > > > When I use the sage notebook the following happens: > > > var('x') > > integral(exp(x),x) > > > Traceback (click to the left of this block for traceback) > > ... > > RuntimeError: ECL says: THROW: The catch MACSYMA-QUIT is undefined. >
What happens if you do sage: maxima_console() and what happens with sage: x.simplify() (which just sends it to Maxima and back)? -- 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 URL: http://www.sagemath.org
