Chinaunix首页 | 论坛 | 博客
  • 博客访问: 28710857
  • 博文数量: 2065
  • 博客积分: 10377
  • 博客等级: 上将
  • 技术积分: 21525
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-04 17:50
文章分类

全部博文(2065)

文章存档

2012年(2)

2011年(19)

2010年(1160)

2009年(969)

2008年(153)

分类: Python/Ruby

2009-03-10 15:30:36

1.python官方说明:

Other platforms

gzip-compressed source code:

bzip2-compressed source code: , the source archive.

The bzip2-compressed version is considerably smaller, so get that one if your system has the to deal with it.

Unpack the archive with tar -zxvf Python-2.5.4.tgz (or bzcat Python-2.5.4.tar.bz2 | tar -xf -). Change to the Python-2.5.4 directory and run the "./configure", "make", "make install" commands to compile and install Python. The source archive is also suitable for Windows users who feel the need to build their own version.

./configure

make

make install

2. 安装Mysqldb模块的方法:

tar zxf MySQL-python-1.2.2.tar.gz  解压缩文件

cd /usr/local/src/MySQL-python-1.2.2/
# python setup.py build
# python setup.py install

开始执行安装操作!




阅读(2551) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~