Difference between revisions of "Detailed installation of prerequisites for Windows"
From Pynomo
(→Install Python) |
|||
Line 2: | Line 2: | ||
__NOTOC__ | __NOTOC__ | ||
=== Install Python === | === Install Python === | ||
− | Download from [http://www.python.org/download/releases/2.5.2/] file '''python-2.5.2.msi''' and run it to install | + | Download from [http://www.python.org/download/releases/2.5.2/ www.python.org] file '''python-2.5.2.msi''' and run it to install |
python. | python. | ||
Revision as of 21:12, 14 November 2008
Installation of prerequisites for Windows
Install Python
Download from www.python.org file python-2.5.2.msi and run it to install python.
Python 2.6 may also work.
Install Latex
Download TeX/LaTeX-distribution from miktex.org. See instructions at [1]
Install Scipy/numpy
Download Numpy from [2] and run file numpy-1.2.1-win32-superpack-python2.5.exe or latest.
Download Scipy from [3]
and run file
scipy-0.6.0.win32-py2.5.exe or latest.
Install PIL (Python imaging library)
Download PIL from [4] and run file PIL-1.1.6.win32-py2.5.exe
Install PyX
Download pyx from [5] and open package PyX-0.10.tar.gz for example by using cygwin [6]. Open command line (cygwin bash shell) and type
tar -xf PyX-0.10.tar.gz
this extract the package. Go to created directory PyX-0.10 in windows command promt and run
python setup.py install
Try running example [7] by typing
python hello.py
and see if a pdf was generated. If further problems, consult PyX website [8]