Reputation: 67
I was trying to install the PyDev plugin for Eclipse on OS X and I realized I cannot access the "Find and Install" option. When I go to Help > Software Update both the "Find and Install" and "Manage Configuration" are grayed out.
Since I am running Eclipse 3.6.0 I thought an upgrade to 3.7 might fix it, but I would need to access that menu in order to upgrade wouldn't I?
Does anyone know of a fix?
Eclipse 3.6.0 OS X 10.7.3
Update: Issue resolved by a fresh upgrade to Eclipse 3.7
Upvotes: 2
Views: 496
Reputation: 25342
Not sure why it's disabled in your case, but anyways, when upgrading to a newer version of Eclipse, don't use the update menu, always grab a new version from Eclipse.org and reinstall the plugins you use (i.e.: to get Eclipse 3.7) -- note: just point to the same workspace you had previously after you update all the plugins you use (point to a different workspace while you're updating the plugins so that you don't mess with your current workspace because features are not available until you install all plugins).
As for updating PyDev, usually go to the 'Install new software', add the PyDev update site (see links at: http://pydev.org/download.html) and go from there -- if it's grayed out, grab a new Eclipse and go from there :)
Upvotes: 1
Reputation: 77434
I'm not exactly sure what menu options you're referring to. You should select the Help menu and then select the Install New Software option directly under Help. You shouldn't do anything involving software updates, as installing PyDev is done as if it's new software, so I think you're going wrong when you select the Software Update option.
Even though they are a little outdated in terms of Eclipse, I was able to install in Mac OS X with Eclipse 3.6 using these instructions.
Upvotes: 0