【发布时间】:2010-10-29 03:11:31
【问题描述】:
有没有人在 Ubuntu 9.04 上使用默认 Python 安装 (2.6.2) 成功使用 mod_wsgi 2.5?
我收到编译错误:
mod_wsgi.c:119:2: error: #error Sorry, mod_wsgi requires at least Python 2.3.0.
mod_wsgi.c:123:2: error: #error Sorry, mod_wsgi requires that Python supporting thread.
which Python 提供 /usr/bin/python 和 /usr/bin/python -V 返回 Python 2.6.2,所以我不确定第一个,老实说,我不知道如何检查在 Ubuntu 上编译默认 Python 时使用的选项。
还有很多其他错误,但其中 2 个看起来最相关。
还有什么可能是错的??
【问题讨论】:
标签: python compiler-construction ubuntu mod-wsgi wsgi