PyDev问题启动项目

发布于 2024-09-04 14:37:28 字数 334 浏览 4 评论 0原文

我已经下载了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

坠似风落 2024-09-11 14:37:28

我对此没有运气。最终我不得不通过 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.

萧瑟寒风 2024-09-11 14:37:28

您还必须在 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.

enter image description here

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.
enter image description here

The result should look like the following:

enter image description here

Click on Apply and then ok

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文