Can I use gunicorn if I do a pip install of py4web or does it have to be a git install? When I do a pip install of py4web, and start py4web I get the message that it can't find gunicorn.
If I then do an installation of gunicorn in my py4web environment, it says that it can't find the configuration for the reloader.
I am hoping that someone here knows how this is supposed to work.