Re: [sage-support] integral() error

2011-09-01 Thread Justin C. Walker
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:

[sage-support] integral() error

2011-09-01 Thread robin hankin
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's the deal? -- Robin Hank