I\'ve been using PyDev within Eclipse on my Mac for about two years now. Updated Eclipse today, and suddenly PyDev is completely missing. Tried everything, included a comple
Check if you are using Java 7, it is needed now for PyDev 3.
Source: http://pydev.org/download.html and PyDev bugtracker.
After upgrading my java-version it worked for me again.