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) |