views:

232

answers:

1

I'm trying to install PyDev in Eclipse 3.6 on Windows 7.

I have Python 2.7 successfully installed. I installed PyDev through Eclipse, and restarted.

When attempting to configure Eclipse to find my installed Python, (Window -> Preferences) the list that appears does not contain Python. (See image below.)

If I go back to Help -> Install New Software to check what has been installed, PyDev appears as having been installed.

I've tried quitting Eclipse and opening again, with no change. I tried uninstalling PyDev, and re-installing, with no effect. Any ideas how to get Eclipse to see PyDev?

alt window-should-display

+1  A: 

There's an issue when installing plugins under Windows 7 with UAC (User Access Control) active. You need to run as administrator. Read my blog post for more details.

zvikico
Thanks much. I opted to move Eclipse out of Program Files. Wish I could give multiple upvotes.
FarmBoy
I'm glad I could help. Make sure you vote for the bug mentioned in my post. We want to get it fixed...
zvikico