简体   繁体   中英

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

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?

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM