Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法在 Eclipse 的 pydev 中编译 python。我收到以下错误:
“无法启动,因为启动配置无效原因:解释器:找不到 Python32”
我实际上正在运行 Python26 并已将 Python26 配置为“Windows-> Preferences”中的解释器,我已删除并替换了我的 eclipse 副本,并且这种情况仍然存在。任何帮助,将不胜感激。我认为有一次我运行了 Python32,然后切换到了 Python26。
您可能仍然在您的项目或启动配置中选择了那个...您可以尝试删除现有的启动配置(运行>运行配置),以便在新运行时重新创建它们,如果不是这样,请查看您的项目属性 > pydev - 解释器/语法并查看是否选择了旧的解释器。