【发布时间】:2012-03-03 12:57:07
【问题描述】:
我在 Windows 7 上安装了 Eclipse。我为 Eclipse 安装了 pydev 插件,但是当我指定解释器路径时,它显示 python stdlib not found 或 stdlib found without .py files
【问题讨论】:
标签: python windows eclipse pydev
我在 Windows 7 上安装了 Eclipse。我为 Eclipse 安装了 pydev 插件,但是当我指定解释器路径时,它显示 python stdlib not found 或 stdlib found without .py files
【问题讨论】:
标签: python windows eclipse pydev
好吧,如果您的 Python 解释器没有 .py 文件,您可以使用来自 http://python.org 的 Python 解释器,它确实有 .py 文件...(或者只是从该解释器的库中复制 .py 文件在你当前的之上,虽然这可能更危险)。
【讨论】: