#10295: Upgrading pexpect
---------------------------+------------------------------------------------
Reporter: SimonKing | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.7
Component: interfaces | Keywords: pexpect upgrade
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by fbissey):
While 2.4 is not on sourceforge but on pypi.python.org
[http://pypi.python.org/pypi/pexpect] I think we can call it released
unless you have other infos (from author/mailing list).
As far as I remember, last time we tried pexpect-2.4 on sage-on-gentoo it
broke plotting in the notebook. Can you try to do some plotting in the
notebook with this version of pexpect? Digged my email archive, more
precisely:
{{{
g=sin(x); plot(g,(x,-pi,3*pi/2))
}}}
in the notebook. It produced the following for us (at the time, notice the
python time stamp):
{{{
import os;os.chdir("/tmp/tmpo2KomY");
execfile("_sage_input_1.py")Python 2.6.4 (r264:75706, Mar 4 2010,
21:15:13)
[GCC 4.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import os;os.chdir("/tmp/tmpo2KomY");
>>> execfile("_sage_input_1.py")
START1
import os;os.chdir("/tmp/tmpY61yjM");
execfile("_sage_input_2.py")
import os;os.chdir("/tmp/tmpXjmsQK");
execfile("_sage_input_3.py")
__SAGE__
__SAGE__import os;os.chdir("/tmp/tmpY61yjM");
__SAGE__execfile("_sage_input_2.py")
START2
__SAGE__
__SAGE__import os;os.chdir("/tmp/tmpXjmsQK");
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10295#comment:7>
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.