Skip to content

Python_95092738

nxi edited this page Apr 9, 2015 · 1 revision
Created by Tony Lam, last modified on Sep 01, 2011

Python Language

References

Resources

Tutorials

Articles

Coding Style

Python VS Java

Scientific Computing

Programming Techniques

Numeric

Plotting

Visualisation

GUI Programming

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
Document generated by Confluence on Apr 01, 2015 00:11
Clone this wiki locally