Difference between revisions of "Windows Vista installation"
From Pynomo
(→Detailed PyNomo installation for Windows Vista/XP) |
|||
Line 29: | Line 29: | ||
#* 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/ Barbecue Joe] for contributing the recipe! | Special thanks to [http://www.barbecuejoe.com/ Barbecue Joe] for contributing the recipe! |
Revision as of 21:24, 19 November 2008
Detailed PyNomo installation for Windows Vista/XP
This is recipe that has been proven to work November 2008 for Windows Vista.
- Download and install Python 2.5.2 from the Python site http://www.python.org/download/
- Version: Python 2.5.2 (February 22, 2008)
- More precisely: Windows For x86 processors: python-25.2.msi
- Download and install Latex from the Miktek web site: http://www.miktex.org/2.7/setup
- "Basic MiKTeX 2.7" Installer Size: 82.13 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.2.1
- SciPy 0.6.0.2
- 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.0b0 to download
- Take the third option: PyNomo-0.2.0b0.zip
- 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!