我已经安装了龙卷风并且以下工作正常,我能够运行hello,world
应用程序
python -c "import tornado"
但以下导致错误
python -c ""from tornado.netutil import TCPServer"
导入错误
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: cannot import name TCPServer
完整代码:我正在尝试运行此https://gist.github.com/phuslu/1231481