Here is a collection of references to help set up a working Python system with the necessary scientific libraries
On any UNIX based system Python should be installed by default. You can easily check the version number by typing 'python' at any shell prompt. It is best to have an up to date version of Python, the latest is 2.4.3. To exit python and return to the shell type 'CTRL-D'.
The default python installation is 2.3 and you must upgrade to version 2.4.3. There is a good article at the BMI Students Blog that describes every step in detail. This article was intended for users of PowerPC Macs. For Intel Mac users you may need to download a special Universal Binary version of python 2.4.3.
You most likely have a relatively new version of Python installed with your system by default. Give the command 'python' a try at the command line.
There is a complete win32 distribution of python available at http://www.python.org/download/. Just download and install. Refer to the included instructions for how to run your new Python installation.
Now that you have Python 2.4.3 installed. You must now install the scientific packages: