#7377: Symbolic Ring to Maxima via EclObject
---------------------------+------------------------------------------------
   Reporter:  nbruin       |       Owner:  nbruin      
       Type:  enhancement  |      Status:  needs_work  
   Priority:  major        |   Milestone:  sage-feature
  Component:  symbolics    |    Keywords:              
     Author:  Nils Bruin   |    Upstream:  N/A         
   Reviewer:               |      Merged:              
Work_issues:               |  
---------------------------+------------------------------------------------

Comment(by jpflori):

 It fails later, here is the piece of code involved:

 {{{
 /home/jp/boulot/sage/sage-current/local/lib/python2.6/site-
 packages/sage/interfaces/maxima_lib.py in __init__(self,
 script_subdirectory, logfile, server, init_code)
     586         ecl_eval("(setf *standard-output* *dev-null*)")
     587         for l in init_code:
 --> 588             ecl_eval("#$%s$"%l)
     589         ecl_eval("(setf *standard-output* original-standard-
 output)")
     590

 /home/jp/boulot/sage/sage-current/local/lib/python2.6/site-
 packages/sage/libs/ecl.so in sage.libs.ecl.ecl_eval
 (sage/libs/ecl.c:5616)()

 /home/jp/boulot/sage/sage-current/local/lib/python2.6/site-
 packages/sage/libs/ecl.so in sage.libs.ecl.ecl_eval
 (sage/libs/ecl.c:5570)()

 /home/jp/boulot/sage/sage-current/local/lib/python2.6/site-
 packages/sage/libs/ecl.so in sage.libs.ecl.ecl_safe_eval
 (sage/libs/ecl.c:2403)()

 RuntimeError: ECL says: THROW: The catch MACSYMA-QUIT is undefined.
 Error importing ipy_profile_sage - perhaps you should run %upgrade?
 WARNING: Loading of ipy_profile_sage failed.
 }}}
 Tried to google that, but couldn't find anything meaningful to me.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7377#comment:16>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to