Pymongo技巧
忽略jinja2的UndefinedError

MySQL-python 在 Ubuntu 上的安装

Ping posted @ 2011年8月23日 22:33 in Python with tags Python Mysql Ubuntu , 2694 阅读

MySQL-python 倚赖于 setuptools,而 setuptools 又需要 zlib。具体安装步骤如下:

  1. 下载 zlib, python2.6, setuptools, MySQL-python 源码包
  2. 编译安装 zlib, configure 参数使用 --prefix=PATH --shared
  3. 编译安装 python, configure 参数使用 --prefix=PATH --with-zlib=PATH
  4. 安装 setuptools
  5. 安装 MySQL-python。若提示缺少 mysql_config 文件,用 apt-get 安装 libmysqld-dev

登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter