通过pip安装uwsgi 1.2.5
欢迎, 目前,我正在根据网站http://projects.unbit.it/uwsgi/wiki/Quickstart上的说明,尝试在VPS(Ubuntu 11.10)上安装最新的uwsgi。 pip install uwsgi 在编译期间,我看到一些错误: ... [gcc -pthread] spooler.o *** uWSGI compiling embedded plugins *** [gcc -pthread] plugins/python/python_plugin.o Complete output from command /usr/bin/python -c "import setuptools;__file__='/etc/apt/sources.list.d/build/uwsgi/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-joud1I-record/install-record.txt: running install In file included from plugins/python/python_plugin.c:1:0: plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or …