appcfg.py not working in command line

后端 未结 3 1299
感情败类
感情败类 2020-11-29 12:57

I\'m just having a bit of trouble understanding why this command:

>appcfg.py -A adept-box-109804 update app.yaml

as given by the Try Goo

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 13:18

    I had this problem, and is deepened in local variable python version that different from app engine python version. So the solution is just to add before the script the current python version location:

    C:\Python27\python.exe "C:\Program Files (x86)\Google\google_appengine\appcfg.py"
    

    And it just return to work well.

提交回复
热议问题