Aptana Configuration : The interpreter configured does not exist in the filesystem

佐手、 提交于 2020-01-01 10:16:17

问题


Pretty much all said in the title. I've updated to the last version of Aptana(on Windows), and now my interpreter does not work. I've recreated the PYTHONPATH Variable, deleted and reconfigured the python interpreter in Aptana, deleted and recreated it in my project, still not working...

It gives me following error:

The interpreter configured does not exist in the filesystem

And all kinds of error like :

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

Worst part is, I work on a django app. and I can launch it fine, the only problem resides in Aptana. Any clue?


回答1:


Had the same issue, tried removing and then re-adding(automatically) the interpreter. No go, same thing.

However, then I tried manually adding it, called it Python27 and put in the path c:\python\python27.exe

It automatically found the right folders and paths it needed like site packages and libs etc. Then the error disappeared!



来源:https://stackoverflow.com/questions/25311417/aptana-configuration-the-interpreter-configured-does-not-exist-in-the-filesyst

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!