Comment 2 for bug 1846162

Revision history for this message
rap (rap25) wrote :

The error is caused because of uwsgi is not installed properly.
uwsgi is required for developing and deploying web applications and services.
Installation of uwsgi is performed by function 'install_apache_uwsgi' in stack.sh and function is defined in devstack/lib/apache file.
Check if it is installed properly, otherwise install it manually using 'pip install uwsgi'.