Python>>>使用Twisted(安装和资源)

WIndows下安装twisted

到网站http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted

找到

Twisted‑17.5.0‑cp36‑cp36m‑win32.whl,下载

pip install XXXX.whl

之后再下载pywin32

http://www.lfd.uci.edu/~gohlke/pythonlibs/#pywin32

下载pywin32‑221‑cp36‑cp36m‑win32.whl

最后把python安装目录Libsite-packagespywin32_system32中的dll文件复制system32

和64文件夹中。

学习资源

http://www.tuicool.com/articles/zEv2M3

http://www.jianshu.com/p/eb8a40d805b2

http://blog.csdn.net/leos_blog/article/details/41517815

官方教程

https://twistedmatrix.com/documents/current/core/howto/servers.html

http://xxgblog.com/2014/08/15/mina-netty-twisted-1/

http://www.cnblogs.com/yueerwanwan0204/p/5613371.html

http://blog.csdn.net/yulinlover/article/details/3868824

http://blog.csdn.net/arvinstudy/article/details/8625523

http://blog.csdn.net/xiao__gui/article/details/38581355

http://www.cnblogs.com/xiaozhiqi/p/5788544.html

原文地址:https://www.cnblogs.com/legion/p/7071046.html