@
kingxsproot@xxxx-All-Series:~# ipython
Python 2.7.3 (default, Feb 27 2014, 19:58:35)
Type "copyright", "credits" or "license" for more information.
IPython 0.12.1 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import tornado.concurrent
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/home/yzy/<ipython-input-1-6952f9510533> in <module>()
----> 1 import tornado.concurrent
ImportError: No module named concurrent