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

google-app-engine, python

Solution

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

Problem

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

Original source

Related problems