MacOS – Cannot get Python perspective with Eclipse IDE

eclipsemacospython

I installed PyDev for Eclipse, but after doing so, I do not see PyDev in the list of perspectives. If I try to reinstall, it says it is already installed.

Running Mac OSX 10.8.5 (Mountain Lion) and tried both Kepler and Juno releases of Eclipse (installed from www.eclipse.org), and PyDev latest from www.pydev.org, using the same procedures I use under Ubuntu (adding the site under "Install New Software").

I'm running Java runtime 1.6.0_65-b14-462-11M4609.

Any idea as to how I can get this working, so that I can get to a Python perspective in Eclipse?

Best Answer

Found out from someone at work...

Turns out that PyDev 3.x needs Java 7. Since I have Java 6, I need PyDev 2.x. I uninstalled, and then re-installed (unchecking the box that shows only the latest version) and now the PyDev perspective appears.