0

I am trying to run the Google App Engine Launcher. it pops up an error message saying that it cannot find the Python binary file. But I have downloaded and installed Python 2.7.8. The error message suggests me to modify the Python path in Edit-> Preference. But the Launcher is not responding, it just hangs on there for ever. What should I do?

Zeehad
  • 1,012
  • 1
  • 9
  • 11
sunflower1226
  • 11
  • 1
  • 2
  • Reinstall python. It should offer you to add it to your PATH – OneCricketeer Dec 29 '15 at 20:05
  • Thank you very much. I followed your advice, now the error message is gone. But the Launcher is still not responding. It just stays like that for ever. any further suggestion? – sunflower1226 Dec 29 '15 at 20:46
  • Possible duplicate of [Google App Engine Launcher Python Path](http://stackoverflow.com/questions/35621677/google-app-engine-launcher-python-path) – Adam Nov 21 '16 at 17:27

1 Answers1

1

You need to add python to the PATH Variable.

Refer to How to add to the pythonpath in windows 7?


Install Latest App Engine

https://cloud.google.com/sdk/?hl=en_US dowloand Google Cloud SDK install it then launch Google App Engine launcher --> Edit-->Preferences-->Python path--> new python should be installed probably under the drive C: then select Python27x86 -->pythonw.exe.

Community
  • 1
  • 1
gwthm.in
  • 638
  • 9
  • 24