Hello,
I am trying to get the Atlas application to run. After installing the required python packages, I keep getting this error.
Traceback (most recent call last): File "run.py", line 34, in <module> from tornado.util import b, bytes_type, import_object, ObjectDict ImportError: cannot import name b
Its seems like a version problem with tornado. If so, what version should I be using.
I am running python 2.7.3 and tornado 3.0.3.
Thanks