我一直在嘗試使用Windows命令提示符上傳python Google應用程序引擎文件夾。我有app.yaml以及文件夾中的python文件。但是當我在命令提示符中傳遞以下命令時:上傳應用程序Python Google App Engine時出錯
appcfg.py --oauth2 update C:/Path/to/the/folder
我收到此錯誤。
appcfg.py: error: Directory does not contain an Project.yaml configuration file.
我在哪裏錯了,我該如何繼續?
這是我的app.yaml文件:
application: myappid
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: sampleapp.app
libraries:
- name: lxml
version: "latest"
https://developers.google.com/appengine/docs/python/config/appconfig#About_app_yaml假設您確實已經閱讀過此文件,並且已配置了您的app.yaml文件並且位於您的項目根目錄中? – 2013-04-05 17:07:47
當你說「配置app.yaml文件並且在你的項目根目錄下」時,你是什麼意思? – VenkateshShukla 2013-04-05 17:26:06