Google App Engine appcfg.py shows the help message for every command

后端 未结 2 1814
慢半拍i
慢半拍i 2021-02-09 10:12

I have GWT app, which is deployed on GAE (Java). I\'m trying to download data from App Engine datastore using appcfg.py . I did all the setup according to http://ikaisays.com/20

2条回答
  •  情书的邮戳
    2021-02-09 11:01

    The following fix worked for me. It looks like appcfg.py doesn't like PYTHON27 and ALWAYS returns the help menu. I fixed it by executing it with PYTHON25 and hard coded all my file locations:

    C:\Python25-archive\python "C:\Program Files (x86)\Google\google_appengine\appcfg.py" rollback C:\scripts\myapp
    

提交回复
热议问题