Chinaunix首页 | 论坛 | 博客
  • 博客访问: 11473
  • 博文数量: 7
  • 博客积分: 185
  • 博客等级: 入伍新兵
  • 技术积分: 70
  • 用 户 组: 普通用户
  • 注册时间: 2012-09-11 16:47
文章分类

全部博文(7)

文章存档

2015年(1)

2013年(2)

2012年(4)

我的朋友

分类: LINUX

2012-10-15 17:04:50

1.  Download the tarball file Python-2.7.3.tgz.tar. and untar the file.
2.  ./configure --prefix=$HOME
3.  ./make
4.  ./make install
So far the Python 2.7.3  has been installed successfully.
5.  Down load Python Excel read& write packages xlrd-0.8.0.tar.gz & xlwt-0.7.4.tar.gz and untar them.
6.  cd xlrd-0.8.0 and python setup.py install
7.  cd xlwt-0.7.4 and python setup.py install

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