> Hi, > > I just installed uwsgi like this: UWSGI_PROFILE=gevent pip install > http://projects.unbit.it/downloads/uwsgi-1.9.5.tar.gz
You do not need that profile anymore. The default profile is python+gevent > > I was under the impression that uwsgi shipped with gevent. I launched > python and tried to import gevent but cant be found. Was is the > recommended gevent version to use with uWSG 1.9.5? I guess I have to > install myself? > Be sure to have gevent 1.x installed (pay attention the gevent repository changed url recently) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
