#2120: [with patch; not ready for review] maple -- the interface is completely
broken in Sage-2.10.1 with Maple 11.
-------------------------------+--------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: assigned
Priority: major | Milestone: sage-3.4.1
Component: interfaces | Resolution:
Keywords: editor_craigcitro |
-------------------------------+--------------------------------------------
Comment (by was):
With stock Maple 12 and stock sage-3.3.alpha0 on OS X, here's what happens
(total disaster):
{{{
teragon-2:graphics wstein$ ~/build/sage-3.3.alpha0/sage
----------------------------------------------------------------------
| Sage Version 3.3.alpha0, Release Date: 2009-01-19 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: maple('2+2')
sage: maple('2+2')
---------------------------------------------------------------------------
TypeError Traceback (most recent call
last)
/Users/wstein/.sage/temp/teragon_2.local/96783/_Users_wstein__sage_init_sage_0.py
in <module>()
----> 1
2
3
4
5
/Users/wstein/build/sage-3.3.alpha0/local/lib/python2.5/site-
packages/sage/interfaces/expect.pyc in __call__(self, x, name)
963 return x
964 if isinstance(x, basestring):
--> 965 return cls(self, x, name=name)
966 try:
967 return self._coerce_from_special_method(x)
/Users/wstein/build/sage-3.3.alpha0/local/lib/python2.5/site-
packages/sage/interfaces/expect.pyc in __init__(self, parent, value,
is_name, name)
1333 except (TypeError, KeyboardInterrupt, RuntimeError,
ValueError), x:
1334 self._session_number = -1
-> 1335 raise TypeError, x
1336 self._session_number = parent._session_number
1337
TypeError: An error occured running a Maple command:
INPUT:
read
"/Users/wstein/.sage//temp/teragon_2.local/96783//interface//tmp96783";
OUTPUT:
read
"/Users/wstein/.sage//temp/teragon_2.local/96783//interface//tmp96783";
on line 2, syntax error, `)` unexpected:
age0);
^
Error, while reading
`/Users/wstein/.sage//temp/teragon_2.local/96783//interface//tmp96783`
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2120#comment:5>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---