Skip to: Site menu | Main content

GumTree

An integrated scientific workbench

Python Resources Print

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