You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: bootstrap file for FastCGI environments
Copyright (c) 2013—2016 Andrea Peltrin
License: MIT (see LICENSE for details)
'''
try:
from flup.server.fcgi_fork import WSGIServer
except ImportError, exc:
print 'Error: unable to import Flup package.\nColdsweat needs Flup to run as a FastCGI process.\nDownload it from PyPI: http://pypi.python.org/pypi/flup'