In article <[email protected]>, Gilles <[email protected]> wrote:
> Thanks for the infos. I was puzzled because of the "pip install uwsgi" > I read here and there, since I thought uWSGI was a stand-alone C > application so didn't understand how Python was involved in the mix. > > It seems like "uWSGI" isn't available for that ARM appliance (Marvell > 88F6281, ARM9E ARMv5TE(L)) from the official depots, though: > > # apt-cache search uwsgi > # apt-cache search uWSGI > > Does someone know if it's available from another depot? Assuming you've got a C compiler and enough resources to compile uWSGI on the platform you're working with, you can use 'pip install uwsgi' to install uWSGI. This is just a convenience as uWSGI development moves much quicker than typical distributions so you don't have to miss out on the latest features, and it'll allow you to keep your uWSGI in a virtualenv with the rest of your server. -- Nicholas Riley <[email protected]> _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
