问题描述
我试图在Windows 7中的Eclipse 3.6中安装PyDev。我已经安装了Python 2.7。我通过Eclipse安装PyDev并重新启动。
当尝试配置Eclipse以找到我安装的Python时,( Window - > Preferences
)出现的列表不包含Python。 (见下图)
如果我回到帮助 - >安装新软件
以检查已安装的内容,PyDev显示为已安装。
我已经尝试退出Eclipse并重新打开,不用找了。我尝试卸载PyDev,并重新安装,没有任何效果。任何想法如何让Eclipse看到PyDev?
在使用UAC(用户访问控制)活动的Windows 7下安装插件时出现问题。您需要以管理员身份运行。阅读我的博客文章了解更多详情。
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?
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.
这篇关于如何为PyDev配置Eclipse? Python不会显示在“首选项”窗口中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!