python搭建Webserver
1. 下载安装python
下载地址:https://www.python.org/downloads/release/python-372/
2. 安装Webserver需要的库
命令行依次执行:
easy_install lxml
easy_install pytz
easy_install zope
easy_install pyOpenSSL
easy_install twisted
easy_install soaplib
pip install client
easy_install suds
以上若因网络原因不能下载安装成功,可自行以安装包方式进行安装