2014-09-22 18 views
2

Azure에 Python 플라스크 응용 프로그램을 배포하려고하지만 다음 추적에서 500 오류가 계속 발생합니다.Azure Flask Application에 오류가 발생했습니다.

StdErr: 
2014-09-22 19:24:07.347000: Unhandled exception in wfastcgi.py: Traceback (most recent call last): 
    File "D:\Python27\Scripts\wfastcgi.py", line 710, in main 
    env, handler = read_wsgi_handler(response.physical_path) 
    File "D:\Python27\Scripts\wfastcgi.py", line 567, in read_wsgi_handler 
    return env, get_wsgi_handler(handler_name) 
    File "D:\Python27\Scripts\wfastcgi.py", line 550, in get_wsgi_handler 
    raise ValueError('"%s" could not be imported' % handler_name) 
ValueError: "cpmapp.app" could not be imported 
2014-09-22 19:24:07.370000: wfastcgi.py 2.1.0 closed 

아무도 도와 줄 수 있습니까?

답변

관련 문제