What is "Python interpreter None"?
--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Cosmic Puzzle
--
Chapters
00:00 What Is &Quot;Python Interpreter None&Quot;?
01:39 Answer 1 Score 1
01:54 Accepted Answer Score 3
02:12 Thank you
--
Full question
https://stackoverflow.com/questions/1867...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #googleappengine #applauncher
#avk47
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Cosmic Puzzle
--
Chapters
00:00 What Is &Quot;Python Interpreter None&Quot;?
01:39 Answer 1 Score 1
01:54 Accepted Answer Score 3
02:12 Thank you
--
Full question
https://stackoverflow.com/questions/1867...
--
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).