| | 1 | = OSX 10.4 instructions == |
| | 2 | |
| | 3 | a) http://pythonmac.org/packages/py24-fat/dmg/Universal-MacPython-2.4.3-2006-04-07.dmg |
| | 4 | |
| | 5 | b) http://pythonmac.org/packages/py24-fat/mpkg/numpy-0.9.8-py2.4-macosx10.4.mpkg.zip |
| | 6 | |
| | 7 | c) http://pythonmac.org/packages/py24-fat/mpkg/matplotlib-0.87.4-py2.4-macosx10.4.mpkg.zip |
| | 8 | After the GUI install, edit |
| | 9 | |
| | 10 | /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/ma |
| | 11 | tplotlib/mpl-data/matplotlibrc |
| | 12 | |
| | 13 | Replace "WxAgg" with "TkAgg" |
| | 14 | |
| | 15 | Alternatively you could download: |
| | 16 | http://pythonmac.org/packages/py24-fat/dmg/wxPython2.6-osx-unicode-2.6.3.3-universal10.4-py2.4.dmg |
| | 17 | |
| | 18 | d) http://ipython.scipy.org/dist/ipython-0.7.2.tar.gz |
| | 19 | Re-login to get the new system configuration (or just start a new xterm). Othewise the old version of python is used. |
| | 20 | tar zxf ipython-0.7.2.tar.gz |
| | 21 | cd ipython-0.7.2 |
| | 22 | sudo python setup.py install |
| | 23 | |