Re: uwsgi install question

2012-09-05 Thread Trevor Joynson
If there's no apt-get, you're probably on an rpm-based distribution such as CentOS. you can tell what distro you are on via "lsb_release -a". Your webhost should already have libxml2 installed as it's required by nearly everything web dev, but the header files sound like they aren't installed (the

uwsgi install question

2012-09-05 Thread ecs1749
I know this a Django group but uwsgi is blocking my way to seeing the next step of my first Django project. There doesn't seem to be a uwsgi group that I can see. So, I hope you don't mind. First step for the uwsgi install procedure: apt-get install build-essential python-dev libxml2-dev but