> 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. -Mikko > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > -- Mikko Ohtamaa http://opensourcehacker.com http://twitter.com/moo9000
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
