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
任何人都可以幫忙嗎?