As I've tried to work on this issue, I've encountered another (smaller) problem.
I got the following from the sage command line-- sage: macaulay2.eval('y = 10') 10 sage: macaulay2('y - 3') 7 However, when I type the following into the sage notebook-- macaulay2.eval('y = 10') macaulay2('y - 3') I get an "invalid character" error on each line. Why are my results different in the notebook than in the command line? -- 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 URL: http://www.sagemath.org