'AttributeError' while trying to create a console screen using urwid
code below creates a layout and displays some text in the layout. Next the layout is displayed on the console screen using raw display module from urwid library. (More info on my complete project can be gleaned from questions at widget advice for a console project and urwid for a console project . My skype help request being here .) However running the code fails as an AttributeError is raised as described below. On looking at source code for urwid at /usr/lib64/python2.7/site-packages/urwid I see that both main_loop.py and curses_display.py have a draw_screen function with different arguments