Alan Hogan

Things Alan Hogan feels like sharing.

These are my comments on music, movies, books, web development and programming, Mac tips, and life in general. Enjoy!

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.