Difference between revisions of "Osx installation"
From Pynomo
Line 1: | Line 1: | ||
− | |||
− | |||
Here I started with fresh OSX 10.6.4 with has preinstalled 2.6.1 (open console and type python). | Here I started with fresh OSX 10.6.4 with has preinstalled 2.6.1 (open console and type python). | ||
Line 10: | Line 8: | ||
* Install [http://sourceforge.net/projects/pyx/files/pyx/0.10/PyX-0.10.tar.gz/download PyX] | * Install [http://sourceforge.net/projects/pyx/files/pyx/0.10/PyX-0.10.tar.gz/download PyX] | ||
sudo python setup.py install | sudo python setup.py install | ||
+ | * Install [http://sourceforge.net/projects/pynomo/files/ PyNomo] | ||
+ | |||
+ | Run tests on examples directory found in zip-distribution | ||
+ | |||
+ | python GENERATE_ALL.py | ||
+ | |||
+ | If everything ok, you should see pdf documents generated. | ||
+ | |||
+ | Note that for example running scripts in easy-eclipse-for-python do not work due to unknown difference between console running and easy-eclipse-for-python running. | ||
+ | |||
+ | Tested to work 6th August 2010 on by Leif. |
Revision as of 22:26, 5 August 2010
Here I started with fresh OSX 10.6.4 with has preinstalled 2.6.1 (open console and type python).
- Install newest python (2.6.5 tested) [1]
- Download and install latest stable Numpy.
- Download and install latest Scipy
- Install PIL (or skip, probably you won't need it)
- Install MacTex
- Install PyX
sudo python setup.py install
- Install PyNomo
Run tests on examples directory found in zip-distribution
python GENERATE_ALL.py
If everything ok, you should see pdf documents generated.
Note that for example running scripts in easy-eclipse-for-python do not work due to unknown difference between console running and easy-eclipse-for-python running.
Tested to work 6th August 2010 on by Leif.