Hi Sage-Support:

I recently updated my sage to the recent version available from sage
-update. And, I am faced with this problem:

sage: var('x')

x

sage: simplify(x+1-x)

---------------------------------------------------------------------------

RuntimeError                              Traceback (most recent call last)

<ipython-input-6-9ecf14b78739> in <module>()

----> 1 simplify(x+Integer(1)-x)


/Users/apple/sage/local/lib/python2.7/site-packages/sage/calculus/functional.pycin
simplify(f)

*     49*     """

*     50*     try:

---> 51         return f.simplify()

*     52*     except AttributeError:

*     53*         return f


/Users/apple/sage/local/lib/python2.7/site-packages/sage/symbolic/expression.soin
sage.symbolic.expression.Expression.simplify
(sage/symbolic/expression.cpp:32780)()


/Users/apple/sage/local/lib/python2.7/site-packages/sage/symbolic/expression.soin
sage.symbolic.expression.Expression._maxima_
(sage/symbolic/expression.cpp:5129)()


/Users/apple/sage/local/lib/python2.7/site-packages/sage/structure/sage_object.soin
sage.structure.sage_object.SageObject._interface_
(sage/structure/sage_object.c:4211)()


/Users/apple/sage/local/lib/python2.7/site-packages/sage/misc/lazy_import.soin
sage.misc.lazy_import.LazyImport.__getattr__
(sage/misc/lazy_import.c:2402)()


/Users/apple/sage/local/lib/python2.7/site-packages/sage/misc/lazy_import.soin
sage.misc.lazy_import.LazyImport._get_object
(sage/misc/lazy_import.c:1885)()


/Users/apple/sage/local/lib/python2.7/site-packages/sage/interfaces/maxima_lib.pyin
<module>()

*     78* ## i.e. loading it into ECL

*     79* ecl_eval("(setf *load-verbose* NIL)")

---> 80 ecl_eval("(require 'maxima)")

*     81* ecl_eval("(in-package :maxima)")

*     82* ecl_eval("(setq $nolabels t))")


/Users/apple/sage/local/lib/python2.7/site-packages/sage/libs/ecl.so
in sage.libs.ecl.ecl_eval
(sage/libs/ecl.c:8224)()


/Users/apple/sage/local/lib/python2.7/site-packages/sage/libs/ecl.so
in sage.libs.ecl.ecl_eval
(sage/libs/ecl.c:8158)()


/Users/apple/sage/local/lib/python2.7/site-packages/sage/libs/ecl.so
in sage.libs.ecl.ecl_safe_eval
(sage/libs/ecl.c:4038)()


RuntimeError: ECL says: Module error: Don't know how to REQUIRE MAXIMA.


I am on a OS X 10.9.2 box. Can someone please tell me how to fix this
problem?


With Sincere Regards,

Kannappan.

-- 
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 http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to