[uWSGI] ImportError: No module named site while starting the uwsgi

2018-04-10 Thread Manivel Rajendran
Hi, I have created a new django project and try to run that project using uwsgi. It is giving the error "i.e *ImportError: No module named site*" Here i have installed the uwsgi 2.0.15 on virtual environment. I started the uwsgi using below command # uwsgi --ini project.ini *Error log Sta

Re: [uWSGI] ImportError: No module named site while starting the uwsgi

2018-04-10 Thread Etienne Robillard
Hi Manivel, Can you try without virtualenv using uWSGI 2.0.17 ? Thanks, Etienne Le 2018-04-10 à 03:00, Manivel Rajendran a écrit : Hi, I have created a new django project and try to run that project using uwsgi. It is giving the error "i.e *ImportError: No module named site*" Here i have

Re: [uWSGI] ImportError: No module named site while starting the uwsgi

2018-04-10 Thread Manivel Rajendran
Hi Etienne, I have tried without virtualenv in uWSGI 2.0.17. It is started. But While accessing the URL in browser, it is giving the "Internal server error" *uWSGI log error :* no python application found, check your startup logs for errors. Thanks, Manivel R On Tue, Apr 10, 2018 at 2:07 PM,

Re: [uWSGI] ImportError: No module named site while starting the uwsgi

2018-04-10 Thread Paul J Stevens
On 10-04-18 12:25, Manivel Rajendran wrote: > Hi Etienne, > > I have tried without virtualenv in uWSGI 2.0.17. It is started. > But While accessing the URL in browser, it is giving the "Internal > server error" > > *uWSGI log error :* >  no python application found, check your startup logs for er

[uWSGI] Cache hit rate?

2018-04-10 Thread Skip Montanaro
Does the uWSGI caching system compute hit rates, or do I need to finagle that myself? Thx, Skip Montanaro ___ uWSGI mailing list uWSGI@lists.unbit.it http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi