The Python Oracle

What is "Python interpreter None"?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Track title: CC D Schuberts Piano Sonata D 850 in D

--

Chapters
00:00 Question
01:54 Accepted answer (Score 3)
02:19 Answer 2 (Score 1)
02:40 Thank you

--

Full question
https://stackoverflow.com/questions/1867...

Question links:
[question here and quickly received an answer.]: https://stackoverflow.com/questions/1866...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #googleappengine #applauncher

#avk47



ACCEPTED ANSWER

Score 3


Well, it is basically saying that it cannot find your just installed python interpreter.

It looks like you are on Windows so check your environment variables, particularly PATH and PYTHONPATH, they are probably still pointing to the previous 2.6 installation folder.




ANSWER 2

Score 1


You need to set the python interpreter in Window->Preferences->Google->AppEngine on your eclipse platform ( of course, I am assuming you are using the GAE Eclipse plugin, if not, disregard my suggestion).