Differences between revisions 10 and 12 (spanning 2 versions)
Revision 10 as of 2009-02-04 03:28:44
Size: 1746
Editor: DanShumow
Comment:
Revision 12 as of 2009-02-04 03:35:04
Size: 1851
Editor: DanShumow
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
  We don't include this, remove it from the Python 2.6.1 project solution.   We don't include this, remove it from the Python 2.6.1 visual studio solution.
Line 22: Line 22:
  *   * Berkeley DB<<BR>>
  We don't include this, remove it from the Python 2.6.1 visual studio solution.

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 0 -- Sage Ultraflyweight

These are the first things that we need to get up and running. Python is not pure python, but the other ones are.

Level 1

  • sympy
  • wexpect

Level 2

  • numpy
  • matplotlib
  • networkx
  • Cython

Level 3

  • cvxopt
  • 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.