maxima est installé et finctionne bien, mais pas (encore) avec sage.
où dois-je chercher le problème ?
Voici un exemple, y compris en appellant !maxima...
Merci pour toute aide,     Paul

 sage
----------------------------------------------------------------------
| Sage Version 3.4, Release Date: 2009-03-11                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
sage: gp('2*2')
4
sage: maxima('2*2')
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call
last)

/home/pb/<ipython console> in <module>()

/home/pb/sage-3.4-linux-PentiumM-ubuntu-8.04.1-i686-Linux/local/lib/
python2.5/si
te-packages/sage/interfaces/expect.pyc in __call__(self, x, name)
   1000             return x
   1001         if isinstance(x, basestring):
-> 1002             return cls(self, x, name=name)
   1003         try:
   1004             return self._coerce_from_special_method(x)

/home/pb/sage-3.4-linux-PentiumM-ubuntu-8.04.1-i686-Linux/local/lib/
python2.5/si
te-packages/sage/interfaces/expect.pyc in __init__(self, parent,
value, is_name,
 name)
   1375             except (TypeError, KeyboardInterrupt,
RuntimeError, ValueErr
or), x:
   1376                 self._session_number = -1
-> 1377                 raise TypeError, x
   1378         self._session_number = parent._session_number
   1379

TypeError: Unable to start maxima
sage:sage: !maxima

*** - invalid byte #xC3 in CHARSET:ASCII conversion
Break 1 [4]>
Maxima 5.16.3 http://maxima.sourceforge.net
Using Lisp CLISP 2.46 (2008-07-02)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) quit();
sage: quit;
Exiting SAGE (CPU time 0m0.10s, Wall time 0m25.68s).

--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to