I am still trying to post revisions to sandpile.py. The next issue is compiling sage with the git-trac directory. The file pexpect.py seems to be missing. Here is the error message:
Found local metadata for conway_polynomials-0.4.p0
Using cached file /home/davidp/sage-devel/git-trac-command/upstream/conway_polynomials-0.4.tar.bz2
conway_polynomials-0.4.p0
====================================================
Setting up build directory for conway_polynomials-0.4.p0
Finished set up
****************************************************
Host system:
Linux xyzzy 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/davidp/sage-devel/git-trac-command/local/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../src/configure --prefix=/home/davidp/sage-devel/git-trac-command/local --with-local-prefix=/home/davidp/sage-devel/git-trac-command/local --with-gmp=/home/davidp/sage-devel/git-trac-command/local --with-mpfr=/home/davidp/sage-devel/git-trac-command/local --with-mpc=/home/davidp/sage-devel/git-trac-command/local --with-system-zlib --disable-multilib --disable-nls --enable-languages=c,c++,fortran --disable-libitm
Thread model: posix
gcc version 4.9.2 (GCC)
****************************************************
Traceback (most recent call last):
File "./spkg-install", line 4, in <module>
from sage.all import save
File "/home/davidp/sage-devel/git-trac-command/local/lib/python2.7/site-packages/sage/all.py", line 84, in <module>
from sage.misc.all import * # takes a while
File "/home/davidp/sage-devel/git-trac-command/local/lib/python2.7/site-packages/sage/misc/all.py", line 87, in <module>
from functional import (additive_order,
File "/home/davidp/sage-devel/git-trac-command/local/lib/python2.7/site-packages/sage/misc/functional.py", line 26, in <module>
import sage.interfaces.expect
File "/home/davidp/sage-devel/git-trac-command/local/lib/python2.7/site-packages/sage/interfaces/expect.py", line 58, in <module>
import pexpect
ImportError: No module named pexpect
real 0m0.176s
user 0m0.145s
sys 0m0.027s
************************************************************************
Error installing package conway_polynomials-0.4.p0
************************************************************************
Please email sage-devel (
http://groups.google.com/group/sage-devel)
explaining the problem and including the relevant part of the log file
/home/davidp/sage-devel/git-trac-command/logs/pkgs/conway_polynomials-0.4.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/davidp/sage-devel/git-trac-command/local/var/tmp/sage/build/conway_polynomials-0.4.p0 and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd '/home/davidp/sage-devel/git-trac-command/local/var/tmp/sage/build/conway_polynomials-0.4.p0' && '/home/davidp/sage-devel/git-trac-command/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************