Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install.py has an unhandled corner case when installing with uwsgi support #101

Open
cynthia opened this issue Dec 23, 2015 · 0 comments
Open

Comments

@cynthia
Copy link

cynthia commented Dec 23, 2015

If the uwsgi package is not installed (and hence /etc/uwsgi is missing) the installer marches forward without checking if /etc/uwsgi exists as a directory, causing it to prematurely abort.

It should check if the directory is missing before attempting to copy files in the directory. (and probably suggest/attempt) installation if it is missing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant