I'm trying to teach myself Enaml but none of the tutorial code works for me. http://docs.enthought.com/enaml/instructional/tut_hello_world.html
Whenever I execute the Python code, it stops at line 8:
from enaml.stdlib.sessions import show_simple_view
and gives the error:
ImportError: No module named sessions
I have Enaml and all of it's dependencies. What am I doing wrong?