On Mon, Sep 7, 2009 at 1:36 PM, mvanveen<vanve...@gmail.com> wrote: > > Hello, > > I am attempting to get my SAGE environment to interact with > Mathematica 6.0 installed in /Applications on Mac OS 10.5.8. When I > attempt to evaluate a mathematica expression I get the following > error: > eqn = mathematica('3x + 15 == 3') > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/Users/markvanveen/.sage/sage_notebook/worksheets/admin/0/code/ > 19.py", line 6, in <module> > eqn = mathematica(\u00273x + 5 == 14\u0027) > File "", line 1, in <module> > > File "/Applications/sage/local/lib/python2.6/site-packages/sage/ > interfaces/expect.py", line 1029, in __call__ > return cls(self, x, name=name) > File "/Applications/sage/local/lib/python2.6/site-packages/sage/ > interfaces/expect.py", line 1433, in __init__ > raise TypeError, x > TypeError: Unable to start mathematica > > I have tried adding a math file to anything that I think SAGE might > consider a path (path variables internal to sage, bash, as well as > python), and none of these have worked. I have tried changing > permissions on the math file, as well as changing the link to path to > the MathKernel file. None of these approaches have successfully > worked. > > Is there some compatibility issue with mathematica 6.0 that I am > unaware of? Thank you for all of your help, it's tremendously > appreciated! >
No, math 6 should work fine. What happens when you do sage: !math just out of curiosity? William --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---