NameError: global name 'execfile' is not defined trying to run an app on Google App Engine Launcher

Question:

Google App Engine Launcher

I get this error in windows, I have both 3.2 and 2.7 versions of python. How can I fix this?

Asked By: JackNova

||

Answers:

solution

You just need to go to edit/preferences and specify correct version of python path

Answered By: JackNova

I had the same problem because I had python 27 and 34 installed in my system. You just have to change the path from python 34 to 27

Answered By: Ilo Calistus
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.