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

前端 未结 2 1225
难免孤独
难免孤独 2020-12-25 10:10

\"Google

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

相关标签:
2条回答
  • 2020-12-25 10:22

    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

    0 讨论(0)
  • 2020-12-25 10:26

    solution

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

    0 讨论(0)
提交回复
热议问题