Flask app can't find module when deployed to azure - works fine locally
问题 Azure gives a module import error but the same code runs perfectly locally. 2019-05-29T02:50:47.388004719Z: [ERROR] Traceback (most recent call last): 2019-05-29T02:50:47.388027419Z: [ERROR] File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker 2019-05-29T02:50:47.388031719Z: [ERROR] worker.init_process() 2019-05-29T02:50:47.388035419Z: [ERROR] File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/base.py", line 129, in init_process 2019-05-29T02