[Tornado] ImportError: No module named ioloop
yes, i did the same thing….duh…
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 onetornado, and yours ain’t gotioloop. Rename your file to something likeserve.pyand get on with it.
