Aptana configuration: a configured interpreter does not exist on the file system

Quite a lot is said in the title. I updated the latest version of Aptana (on Windows) and now my interpreter is not working. I recreated the PYTHONPATH Variable variable, deleted and reconfigured the python interpreter in Aptana , deleted and recreated it in my project, still not working ...

This gives me the following error:

 The interpreter configured does not exist in the filesystem 

And all kinds of errors like:

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

The worst part is that I am working on a django application. and I can run it well, the only problem is Aptana. Any clue?

+5
source share
1 answer

Had the same problem, tried to remove and then re-add (automatically) the interpreter. No, the same thing.

However, I tried to manually add it, named it Python27, and put it in the path c: \ python \ python27.exe

He automatically found the correct folders and paths he needed, such as site packages and libraries, etc. Then the error disappeared!

0
source

Source: https://habr.com/ru/post/1200337/


All Articles