2014-09-22 57 views
2

我们正试图在Azure上部署Python瓶应用程序,但继续使用以下跟踪来收集500错误。Azure瓶应用程序获取错误

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 

任何人都可以帮忙吗?

回答

相关问题