Notes: you must always take note of the python version you have, and install libraries that match! Also, you must always isntall using admin rights (i.e. start a new cmd window with admion rights and run the installer)!!!
- Download and install Eclipse
- Use the update manager to install PyDev (http://pydev.sourceforge.net/updates/)
- Doanload & Install Python (http://www.python.org/download/windows/)- make sure you run as admin in vista. Also make sure you note the version! I recommend v2.5, as all the science pacakges only support this version at the moment
- Download & install NumPy (http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103) for the version of python your have installed
- Download & install SciPy for the version of python you have isntalled (http://www.scipy.org/Download)
- Download & install networkX
- Download & nstall Win32 extensions (http://starship.python.net/crew/mhammond/win32/Downloads.html)
- Download (only download!) the RPY (http://rpy.sourceforge.net/download.html). Take note of the version of R it requires in the file name
- Download & install the required version of R as from the previous step (http://ftp5.gwdg.de/pub/misc/cran/)
- Now Install RPY downloaded from step 8
- Install easy_install by downloading this and running from command line.
- Optional: Download and install pysco to speed up debugging and python runtime (http://psyco.sourceforge.net/index.html). There is a win32 installer for v2.5
Also try this: http://www.pythonxy.com/foreword.php??