Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
537 views
in Technique[技术] by (71.8m points)

python - Pycharm multiple modules Run server

I'm trying to use multiple modules in google app engine.

i try using this source code:

https://github.com/GoogleCloudPlatform/appengine-modules-helloworld-python

but i cant seem to find a way to run from pycharm with all the .yaml loaded, so only the app.yaml seem to load.

also when trying to upload the code to the appengine (using pycharm) i cant seem to upload all.

is there a way to solve it?

i saw similar question : Run App Engine development server with modules in PyCharm

but no answer i could figure + he didnt talked about uploading it to the appengine.

this are the logs :

"C:PyCharm 4.0.5in
unnerw.exe" C:Python27python.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:usersishwartzappdatalocalempappengine.pythonfortausearch_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

nothing strange, they just ignore the other modules. thanks.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...