Django 1.6.1, Python 3.3.2, uwsgi 2.0 -- uwsgi crashes and won't run -
i compiled python 3.3.2 source because i'm not sure how else install python 3.3.2. prior compiling installed:
zlib1g-dev libbz2-dev libpq-dev python3-dev python-dev
then setup virtualenv usual , tried installing uwsgi through pip crashed linking error stack trace didn't contain information on missing (this separate concern if interested here's trace https://gist.github.com/antelopesalad/8735358).
someone recommend install uwsgi source , compiled happens when try run it:
https://gist.github.com/antelopesalad/8737279
i compiled uwsgi downloading 2.0 doing:
- downloaded https://pypi.python.org/packages/source/u/uwsgi/uwsgi-2.0.tar.gz
- unzipped , ran
python3.3 uwsgiconfig.py --build
my os lubuntu 13.x. ideas?
Comments
Post a Comment