我正在尝试在谷歌应用引擎中使用多个模块。
我尝试使用这个源代码:
https://github.com/GoogleCloudPlatform/appengine-modules-helloworld-python
但我似乎无法找到从 pycharm 加载所有 .yaml 的方法,所以似乎只有 app.yaml 加载。
此外,当尝试将代码上传到 appengine(使用 pycharm)时,我似乎无法全部上传。
有没有办法解决它?
我看到了类似的问题: Run App Engine development server with modules in PyCharm
但我无法回答 + 他没有谈到将其上传到 appengine。
这是日志:
"C:\PyCharm 4.0.5\bin\runnerw.exe" C:\Python27\python.exe "C:/Program Files (x86)/Google/google_appengine/dev_appserver.py" --host 127.0.0.1 .
INFO 2015-04-24 17:14:31,730 sdk_update_checker.py:229] Checking for updates to the SDK.
WARNING 2015-04-24 17:14:33,382 simple_search_stub.py:1126] Could not read search indexes from c:\users\ishwartz\appdata\local\temp\appengine.pythonfortau\search_indexes
INFO 2015-04-24 17:14:33,401 api_server.py:172] Starting API server at: http://localhost:60656
INFO 2015-04-24 17:14:33,414 dispatcher.py:186] Starting module "default" running at: http://127.0.0.1:8080
INFO 2015-04-24 17:14:33,424 admin_server.py:118] Starting admin server at: http://localhost:8000
没什么奇怪的,他们只是忽略了其他模块。谢谢。