#10295: Upgrading pexpect
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:  was
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.10
      Component:  interfaces         |   Resolution:
       Keywords:  pexpect upgrade    |    Merged in:
        Authors:  François Bissey,   |    Reviewers:  Jeroen Demeyer
  Bill Page                          |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  90aebce1238710a9df18d6cd6aed6ce765caaf93
  u/fbissey/pexpect3.3               |     Stopgaps:
   Dependencies:  #19616             |
-------------------------------------+-------------------------------------
Changes (by jdemeyer):

 * status:  needs_review => needs_work
 * reviewer:   => Jeroen Demeyer


Comment:

 Sorry to ask the obvious question, but did anybody ever check that Sage
 even starts with this branch? Because it doesn't for me...

 {{{
 Traceback (most recent call last):
   File "/usr/local/src/sage-config/src/bin/sage-ipython", line 10, in
 <module>
     from sage.repl.interpreter import SageTerminalApp
   File "/usr/local/src/sage-config/local/lib/python2.7/site-
 packages/sage/repl/interpreter.py", line 218, in <module>
     from IPython.core.interactiveshell import InteractiveShell
   File "/usr/local/src/sage-config/local/lib/python2.7/site-
 packages/IPython/__init__.py", line 47, in <module>
     from .core.application import Application
   File "/usr/local/src/sage-config/local/lib/python2.7/site-
 packages/IPython/core/application.py", line 24, in <module>
     from IPython.core import release, crashhandler
   File "/usr/local/src/sage-config/local/lib/python2.7/site-
 packages/IPython/core/crashhandler.py", line 28, in <module>
     from IPython.core import ultratb
   File "/usr/local/src/sage-config/local/lib/python2.7/site-
 packages/IPython/core/ultratb.py", line 116, in <module>
     from IPython.utils import path as util_path
   File "/usr/local/src/sage-config/local/lib/python2.7/site-
 packages/IPython/utils/path.py", line 19, in <module>
     from IPython.utils.process import system
   File "/usr/local/src/sage-config/local/lib/python2.7/site-
 packages/IPython/utils/process.py", line 19, in <module>
     from ._process_posix import system, getoutput, arg_split, check_pid
   File "/usr/local/src/sage-config/local/lib/python2.7/site-
 packages/IPython/utils/_process_posix.py", line 24, in <module>
     import pexpect
   File "/usr/local/src/sage-config/local/lib/python2.7/site-
 packages/pexpect/__init__.py", line 75, in <module>
     from .pty_spawn import spawn, spawnu
   File "/usr/local/src/sage-config/local/lib/python2.7/site-
 packages/pexpect/pty_spawn.py", line 11, in <module>
     import ptyprocess
 ImportError: No module named ptyprocess
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/10295#comment:92>
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 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-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to