flask-cloudy
flask-cloudy copied to clipboard
Error case when run example
Traceback (most recent call last):
File "/home/chenxiao/myproject/flask-cloudy/example/app.py", line 16, in
I am also getting same error. Did you fixed the issue?@XiaochenCui
@mardix It works fine when i run the app standalone .When i deploy the code in IIS Enviroment i am getting error.
Error occurred while reading WSGI handler:
Traceback (most recent call last):
File "C:\inetpub\wwwroot\dashboard\wfastcgi.py", line 791, in main
env, handler = read_wsgi_handler(response.physical_path)
File "C:\inetpub\wwwroot\dashboard\wfastcgi.py", line 633, in read_wsgi_handler
handler = get_wsgi_handler(os.getenv("WSGI_HANDLER"))
File "C:\inetpub\wwwroot\dashboard\wfastcgi.py", line 600, in get_wsgi_handler
handler = import(module_name, fromlist=[name_list[0][0]])
File "C:\inetpub\wwwroot\dashboard\manage.py", line 1, in