Never mind all that - it seems that the fix is easy. Just after symbols = {operator.lt:' < ', operator.le:' <= ', operator.eq:' == ', operator.ne:' != ', operator.ge:' >= ', operator.gt:' > '}
maxima_symbols = dict(symbols) maxima_symbols[operator.eq] = '=' in calculus/equations.py add the line maxima_symbols[operator.ne] = '#' (because the maxima symbol for != is #) This seems to fix it. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---