On Mon, Jun 6, 2016 at 1:21 PM, Mikko Ohtamaa <[email protected]> wrote: > >> the main thing here beeing: >> --- no python application found, check your startup logs for errors --- >> >> which means the real error is somewhere above > > > This is usually a sign that wsgi.py script has PYTHONPATH and/or > ImportError. > > Try run wsgi.py script standalone using the same Python interpreter as uWSGI > is using to catch up such errors.
Thanks that was very helpful. The problem was that the RHEL 7 machine had django 1.6.0 whereas the RHEL 6 machine had 1.6.10. Once I installed 1.6.10 on the 7 machine all was well. _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
