Django 1.6.1, Python 3.3.2, uwsgi 2.0 — uwsgi crashes and won't run

纵然是瞬间 提交于 2019-12-11 04:19:14

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!