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

PythonGoogle App-Engine

Python Problem Overview


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?

Python Solutions


Solution 1 - Python

solution

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

Solution 2 - Python

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJackNovaView Question on Stackoverflow
Solution 1 - PythonJackNovaView Answer on Stackoverflow
Solution 2 - PythonIlo CalistusView Answer on Stackoverflow