问题
I compiled python 3.3.2 from source because I'm not sure how else to install python 3.3.2. Prior to compiling it I installed:
zlib1g-dev libbz2-dev libpq-dev python3-dev python-dev
Then I setup virtualenv like usual and tried installing uwsgi through pip but it crashed with a linking error but the stack trace didn't contain any information on what was missing (this is a separate concern but if anyone is interested here's the trace https://gist.github.com/AntelopeSalad/8735358).
Someone recommend I install uwsgi from source and that compiled but then this happens when I try to run it:
https://gist.github.com/AntelopeSalad/8737279
I compiled uwsgi by downloading 2.0 by doing:
- Downloaded https://pypi.python.org/packages/source/u/uWSGI/uwsgi-2.0.tar.gz
- Unzipped it and ran
python3.3 uwsgiconfig.py --build
My OS is Lubuntu 13.x. Any ideas?
来源:https://stackoverflow.com/questions/21486843/django-1-6-1-python-3-3-2-uwsgi-2-0-uwsgi-crashes-and-wont-run