Ian Ward wrote: > > Hi Sharad, > > What version of Urwid are you using? > > What happens when you just try to "import curses" from the python > command line? > > Ian Ian , From the python command line : >>> print urwid.__version__ 0.9.8.3 >>> import curses >>> print curses.version 2.2 Sharad