PyDev问题启动项目
我已经下载了 zip 存档(我唯一的选择)并按照建议将其解压缩到 dropin 文件夹中进行安装。当我尝试启动一个项目时,出现问题:
“插件 org.python.pydev 无法加载类 org.python.pydev.ui.wizard.project.PythonProjectWizard”
我已经用 google 搜索过,唯一的建议是重新- 下载并重新安装,因为它可能是损坏的安装。这样做了,没有什么好处。还有更多建议吗?似乎 PyDev 在使 zip 替代方案正常工作方面遇到了很多麻烦...(根据其他类似的帖子判断)
这与 Eclipse 版本无关。
我在WinXP下运行。
I have downloaded the zip archive (my only option) and installed it as suggested by unzipping into the dropin folder. When I try to start a project the problem occurs:
"Plug-in org.python.pydev was unable to load class org.python.pydev.ui.wizard.project.PythonProjectWizard"
I've googled and the only suggestion is to re-download and re-install as it might be a corrupted install. Done that, no good. Any more suggestions? Seems PyDev have a lot of troubles getting the zip alternative to work... (judging by other similar posts)
This is regardless of Eclipse version.
I run under WinXP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我对此没有运气。最终我不得不通过 Eclipse 下载管理器下载它,它成功了。我猜他们的自动插件功能存在一些问题。
I had no luck with this. Eventually I had to download it through Eclipse download manager and it worked. I guess they have some issues with the automatic plugin functionality.
您还必须在 Eclipse 中维护 Python 安装的位置。在 Window ▸ Preference ▸ Pydev ▸ Interpreter Python 菜单中打开。
按“新建”按钮并输入 Python 安装目录中 python.exe 的路径。对于 Linux 和 Mac OS X 用户,这通常是 /usr/bin/python。
结果应如下所示:
单击“应用”,然后单击“确定”
You also have to maintain in Eclipse the location of your Python installation. Open in the Window ▸ Preference ▸ Pydev ▸ Interpreter Python menu.
Press the New button and enter the path to python.exe in your Python installation directory. For Linux and Mac OS X users this is normally /usr/bin/python.
The result should look like the following:
Click on Apply and then ok