python - Aptana 配置 : The interpreter configured does not exist in the filesystem

标签 python django aptana aptana3

标题里说的差不多了。 我已经更新到最新版本的 Aptana(在 Windows 上),现在我的解释器无法工作。 我重新创建了 PYTHONPATH 变量,在 Aptana 中删除并重新配置了 python 解释器,在我的项目中删除并重新创建了它,仍然无法正常工作...

它给了我以下错误:

The interpreter configured does not exist in the filesystem

还有各种错误,比如:

Description Resource        Path        Location    Type
Undefined variable: None    models.py   line 48     PyDev Problem

最糟糕的是,我在开发一个 django 应用程序。我可以很好地启动它,唯一的问题在于 Aptana。 有什么线索吗?

最佳答案

有同样的问题,尝试删除然后重新添加(自动)解释器。不行,同样的事情。

但是,后来我尝试手动添加它,将其命名为Python27并放入路径c:\python\python27.exe

它会自动找到所需的正确文件夹和路径,如站点包和库等。然后错误消失了!

关于python - Aptana 配置 : The interpreter configured does not exist in the filesystem,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25311417/

相关文章:

python - 什么异常类用于文件解析错误?

python - Django - 403 Forbidden - CSRF token 丢失或不正确

Python 3 Django Rest Framework - 如何向这个 M-1-M 模型结构添加自定义管理器?

git - 如何使用 Aptana Studio 3 设置 Git?

python - eclipse:运行/调试当前文件

aptana - 括号突出显示的背景和前景色

javascript - 传输大数据时 CEFPython 窗口关闭且无警告

data-structures - Python:修改列表元素的正确方法是什么?

python - 无法使用 PySide (Python) 添加工具栏

python - 用于 django 应用程序的 websocket 服务器