Added by Tony Lam, last edited by Tony Lam on Sep 01, 2008  (view change)

Labels

 
(None)

General

Scientific Computing

Numeric

Plotting

Libraries

Installation (Windows)

  • Install Python 2.5 for windows installer
    • Set PATH to the installation folder in order to use JEPP (for resolving python.dll)
  • Install NumPy and SciPy from the windows installer
  • Install Matplotlib from the windows installer
  • Install GTK and PyGTK
    • Install GTK from the windows installer
    • Set path to <GTK_install>\bin and <GTK_install>\lib
    • Install PyCario, PyGObject and PyGTK from the windows installers
    • Test installation by typing "import gtk" in python
  • Install wxPython
  • Install Setuptools from the windows installer
  • Install Easy Install
    • Download ez_setup.py
    • Run the script
    • Add <python_installation>/Scripts to PATH
    • Set http_proxy=host:port in your environment