google-app-engine-launch

Google App Engine Launcher Python Path

一曲冷凌霜 提交于 2019-12-10 14:09:08
问题 When I install the Google App Engine SDK and run the launcher, it asks me to configure the python location: And when I open Preferences , it asks for a path to a python executable: Which path should I insert and what is the difference: C:\Python27\python.exe C:\Python27\pythonw.exe 回答1: Looks like Google App Engine couldn't find your python installation. It looks for Python by checking the PATH environment variable, so it's best to use it. The short answer is use C:\Python27\pythonw.exe . I