JackNova
JackNova

Reputation: 3931

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

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?

Upvotes: 51

Views: 39691

Answers (2)

Ilo Calistus
Ilo Calistus

Reputation: 2175

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

Upvotes: 0

JackNova
JackNova

Reputation: 3931

solution

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

Upvotes: 69

Related Questions