Difference between revisions of "Windows Vista installation"
From Pynomo
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == Detailed Windows Vista/XP | + | == Detailed PyNomo installation for Windows Vista/XP == |
− | This is recipe that has been proven to work November 2008 for Windows Vista. | + | This is recipe that has been proven to work November 2008 for Windows Vista. It is updated 24.1.2010 with up-to-date stable packages. |
− | # Download and install Python 2. | + | # Download and install Python 2.6.4 from the Python site http://www.python.org/download/ |
− | #* Version: Python 2. | + | #* Version: Python 2.6.4 |
− | + | # Download and install Latex from the Miktek web site: http://www.miktex.org/2.8/setup | |
− | # Download and install Latex from the Miktek web site: http://www.miktex.org/2. | + | #* "Basic MiKTeX 2.8" Installer Size: 101.62 MB |
− | #* "Basic MiKTeX 2. | + | |
#* This is mirrored at many sites; pick one that works for you | #* This is mirrored at many sites; pick one that works for you | ||
# Download and install Numpy, Scipy, and PIL from http://www.pythonxy.com/download.php | # Download and install Numpy, Scipy, and PIL from http://www.pythonxy.com/download.php | ||
Line 14: | Line 13: | ||
## Go to the plugins page via the link | ## Go to the plugins page via the link | ||
## Download and install the following modules individually | ## Download and install the following modules individually | ||
− | ### NumPy 1. | + | ### NumPy 1.4.0 [updated 24.1.2010] |
− | ### SciPy 0. | + | ### SciPy 0.7.0 [updated 24.1.2010] |
### PIL 1.1.6 | ### PIL 1.1.6 | ||
## This approach worked better than trying to download the entire pack | ## This approach worked better than trying to download the entire pack | ||
Line 23: | Line 22: | ||
#* Run the command: '''python setup.py install''' | #* Run the command: '''python setup.py install''' | ||
# This completes the prerequisites for PyNomo. Now go to http://sourceforge.net/project/showfiles.php?group_id=201522 | # This completes the prerequisites for PyNomo. Now go to http://sourceforge.net/project/showfiles.php?group_id=201522 | ||
− | #* Select 0.2. | + | #* Select 0.2.2 to download [updated 24.1.2010] |
− | #* Take the third option: PyNomo-0.2. | + | #* Take the third option: PyNomo-0.2.2.zip [updated 24.1.2010] |
#* Unzip and install PyNomo | #* Unzip and install PyNomo | ||
#* Go to created directory pynomo in windows command prompt window | #* Go to created directory pynomo in windows command prompt window | ||
#* Run the command: '''python setup.py install''' | #* Run the command: '''python setup.py install''' | ||
− | You should now be able to run the | + | You should now be able to run the [[examples]]. |
− | Special thanks to [http://www.barbecuejoe.com/ | + | Special thanks to [http://www.barbecuejoe.com/ Barbecue Joe] for contributing the recipe! |
Latest revision as of 21:32, 24 January 2010
Detailed PyNomo installation for Windows Vista/XP
This is recipe that has been proven to work November 2008 for Windows Vista. It is updated 24.1.2010 with up-to-date stable packages.
- Download and install Python 2.6.4 from the Python site http://www.python.org/download/
- Version: Python 2.6.4
- Download and install Latex from the Miktek web site: http://www.miktex.org/2.8/setup
- "Basic MiKTeX 2.8" Installer Size: 101.62 MB
- This is mirrored at many sites; pick one that works for you
- Download and install Numpy, Scipy, and PIL from http://www.pythonxy.com/download.php
- Go to the section that looks like this: You may update your Python(x,y) installation:
- either via update installers (see Download), which are made available simultaneously with each new release
- or via individual package installers which are updated more frequently -- see the plugins page
- Go to the plugins page via the link
- Download and install the following modules individually
- NumPy 1.4.0 [updated 24.1.2010]
- SciPy 0.7.0 [updated 24.1.2010]
- PIL 1.1.6
- This approach worked better than trying to download the entire pack
- Go to the section that looks like this: You may update your Python(x,y) installation:
- Get PyX from http://sourceforge.net/project/showfiles.php?group_id=45430&package_id=38091&release_id=544104
- Using cygwin, open a command line (cygwin bash shell) and type: tar -xf PyX-0.10.tar.gz
- Go to created directory PyX-0.10 in windows command prompt window
- Run the command: python setup.py install
- This completes the prerequisites for PyNomo. Now go to http://sourceforge.net/project/showfiles.php?group_id=201522
- Select 0.2.2 to download [updated 24.1.2010]
- Take the third option: PyNomo-0.2.2.zip [updated 24.1.2010]
- Unzip and install PyNomo
- Go to created directory pynomo in windows command prompt window
- Run the command: python setup.py install
You should now be able to run the examples.
Special thanks to Barbecue Joe for contributing the recipe!