Differences between revisions 2 and 3
Revision 2 as of 2009-01-15 23:48:46
Size: 147
Editor: DanShumow
Comment:
Revision 3 as of 2009-01-16 00:03:52
Size: 602
Editor: DanShumow
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
This is the python extensions that Sage will need. The goal is to create an MSI that installs all of this stuff. This is the python extension that Sage will need. The goal is to create an MSI (in visual studio) that installs all of this stuff.

== Level 1 ==
 * Python
 * ipython
 * sympy
 * wexpect

== Level 2 ==
 * matplotlib
 * networkx
 * Cython

== Level 3 ==
 * cvxopt
 * numpy
 * docutils
 * freetype
 * libpng
 * moin
 * pycrypto
 * scipy
 * scons
 * setuptools
 * Sphinx
 * SQLAlchemy
 * zlib
 * ZODB

== Level 4 ==
 * Sage's "lite" library -- Will take William a few days to write. This will provide the notebook and pexpect interfaces.

SAGE Windows DEATH MATCH

This is the python extension that Sage will need. The goal is to create an MSI (in visual studio) that installs all of this stuff.

Level 1

  • Python
  • ipython
  • sympy
  • wexpect

== Level 2 ==

  • matplotlib
  • networkx
  • Cython

Level 3

  • cvxopt
  • numpy
  • docutils
  • freetype
  • libpng
  • moin
  • pycrypto
  • scipy
  • scons
  • setuptools
  • Sphinx
  • SQLAlchemy
  • zlib
  • ZODB

== Level 4 ==

  • Sage's "lite" library -- Will take William a few days to write. This will provide the notebook and pexpect interfaces.