Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware.
Tornado ======= Tornado is an open source version of the scalable, non-blocking web server and and tools that power FriendFeed. Documentation and downloads are available at http://www.tornadoweb.org/ Tornado is licensed under the Apache Licence, Ver
安装方法: mkdir /opt/src&& tar -xzf libxml2-2.7.8.tar.gz \ && cd /opt/src/libxml2-2.7.8 \ && ./configure && make && make install \ && cd /opt/src \ && tar -xzf libxslt-1.1.26.tar.gz \ && cd /opt/src/libxslt-1.1.26 \ && ./configure && make && make install
1.下载python2.7.x
wget https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz
2.解压并编译安装
tar -zxvf Python-2.7.6.tgz && cd Python-2.7.6 && ./configure && make all && make install && make clean && make distclean
3.检查安装
/usr/local/bin/python2.7 -V
4.建立软连