龙卷风网络服务:
这是在Tornado Web服务器中使用的SOAP Web服务API的实现,它利用了该服务器的强大功能。
tornado-webservice是Apache许可证2.0版( )的许可用户。
先决条件:
您需要安装龙卷风,必须从以下位置下载并安装:
安装:
使用画中画:
$ pip install tornado-webservices
使用easy_install:
$ easy_install tornado-webservices
手动:
$ tar xvzf tornado-webservices-version.tar.gz
$ cd tornado-webservices-version
$ python setup.py install
在Linux系统上(例如ubuntu或类似的系统),您需要使用sudo命令...别忘了;-)
2022-07-20 17:46:08
37KB
Python
1