Mon
May
9
[Tornado] ImportError: No module named ioloop
In case anyone is as dumb as I am:
If you are trying to run a Tornado server and keep getting the error ImportError: No module named ioloop, it means you shouldn’t have named your own file tornado.py. There can only be one tornado, and yours ain’t got ioloop. Rename your file to something like serve.py and get on with it.