Install Eclipse with PyDev on a MAC
1.download Eclipse C/C++ (the smallest one with CVS CDT see http://www.eclipse.org/downloads/moreinfo/compare.php) from http://www.eclipse.org/downloads/
2.install it and click help to use the Eclipse update manager (help, software updates, find and install)
3 add a remote site: http://pydev.sourceforge.net/updates/
4 it will search for pydev. expand the pydev item by clicking on the triangle to the left of it – uncheck the Pydev Optional Extras (Pydev Mylyn Integration and Pydev Mylar Integration), and just install the rest.
5 Preferences of Eclipse, pydev, interpreter-python, add interpreter: /Library/Frameworks/Python.framework/Versions/2.5/
Resources/Python.app/Contents/
MacOS/Python.
6 Done!!
