Eclipse:PyDev 安装困难
我很难让 PyDev 工作。
我为 PHP 开发人员安装了 Eclipse (1.2.1.20090918-0703)。一个月前,我安装了 PyDev,一切都运行良好。今天早上我去启动它,PyDev 不见了。没有创建Python项目的选项,缺少Python语言编辑器等等。Eclipse
for PHP没有说PyDev已安装,所以我从更新URL中获取它。发布的版本是 1.5.6。我在安装后重新启动,一切又恢复正常了。甜的。
然后,我获取 Subclipse 1.0.7。安装后重新启动后,PyDev 就消失了。它无法识别Python项目或Python文件等。所以我卸载了Subclipse。 PyDev 仍然消失了。再次卸载并重新安装 PyDev 不会将其恢复。
我做错了什么?我需要不同版本的 Eclipse 吗?
更新:我下载了 Eclipse for Java 的新副本,重新做了一遍,PyDev 工作正常。然后,当我下载 JSEclipse 时,PyDev 再次消失。这太令人沮丧了。
更新 2: Eclipse 的另一个新副本。这次我先下载了Subclipse。效果很好。然后我下载了JSEclipse,Subclipse就没有了。
I'm having difficulty getting PyDev to work.
I had an installation of Eclipse for PHP developers (1.2.1.20090918-0703). A month ago, I installed PyDev, and everything worked great. I go to fire it up this morning, and PyDev is gone. There is no option to create a Python project, the Python language editor is missing, etc.
Eclipse for PHP does not say that PyDev is installed, so I grab it from the update URL. The version that comes down is 1.5.6. I restart after the installation, and everything works fine again. Sweet.
Then, I grab Subclipse 1.0.7. Upon restarting after that installation, PyDev is now gone. It isn't recognizing Python projects or Python files, etc. So I uninstall Subclipse. PyDev is still gone. Uninstalling and reinstalling PyDev again doesn't bring it back.
What am I doing wrong? Do I need a different version of Eclipse?
UPDATE: I downloaded a fresh copy of Eclipse for Java, did all this over again, and had PyDev working fine. Then, when I downloaded JSEclipse, PyDev again disappeared. This is super frustrating.
UPDATE 2: Another fresh copy of Eclipse. This time I downloaded Subclipse first. It worked fine. Then I downloaded JSEclipse, and Subclipse is gone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个简单的方法来安装 eclipse 插件,下载 pydev 包 zip 文件(不是通过 eclipse 更新安装它),解压它,并将其放入 eclipse/dropins/pydev 文件夹中。
这是安装插件的隐藏方式。
there's an easy way to install plugin for eclipse, download the pydev package zip file (not install it via eclipse update), extract it, and put it into your eclipse/dropins/pydev folder.
this is a hidden way to install plugin.