On 2016-08-24, Paul Johnson <[email protected]> wrote: > File > "/Applications/SageMath-7.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/sage/interfaces/maxima_lib.py", > line 105, in <module> > ecl_eval("(set-locale-subdir)") > File "sage/libs/ecl.pyx", line 1315, in sage.libs.ecl.ecl_eval > (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/libs/ecl.c:10158) > File "sage/libs/ecl.pyx", line 1330, in sage.libs.ecl.ecl_eval > (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/libs/ecl.c:10097) > File "sage/libs/ecl.pyx", line 343, in sage.libs.ecl.ecl_safe_eval > (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/libs/ecl.c:5162) > RuntimeError: ECL says: The function SET-LOCALE-SUBDIR is undefined.
Well, Sage is punting 'solve' to Maxima, and it looks like Maxima isn't loaded correctly or something. SET-LOCALE-SUBDIR isn't anything important, it's only setting the subdirectory for the on-line documentation. One could delete that call, but I'm guessing one would then run into a similar error with the next call to a Maxima function. Sorry I can't be more helpful, Robert Dodier -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
