python stdlib 未找到或 stdlib 未找到 .py 文件

发布于 2025-01-04 17:57:33 字数 114 浏览 5 评论 0原文

我在 Windows 7 上安装了 Eclipse。我为 Eclipse 安装了 pydev 插件,但是当我指定解释器路径时,它说找不到 python stdlib 或在没有 .py 文件的情况下找到 stdlib

i have eclipse installed on windows 7. I installed pydev plugin for eclipse but when i am specifying the interpreter path it says python stdlib not found or stdlib found without .py files

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

无所谓啦 2025-01-11 17:57:33

那么,如果您的 Python 解释器没有 .py 文件,您可以使用 http://python.org 中的 Python 解释器它确实有 .py 文件...(或者只是从该解释器中的库中复制 .py 文件到当前解释器之上,尽管这可能更危险)。

Well, if your Python interpreter does not have .py files, you can use a Python interpreter from http://python.org which does have .py files... (or just copy over the .py files from the lib in that interpreter on top of your current one, although this could be more dangerous).

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