Alagu Madhu wrote:
> Hi
> 
> I am using python 26 on windows XP .
> 
...
> ImportError: No module named termios

http://docs.python.org/library/termios.html#module-termios
---
Platforms: Unix

Windows doesn't have a POSIX terminal.  You can run Urwid under Windows
using Cygwin using the included terminal (poor) or with xterm (excellent).

It would be nice to have a windows_display module one day, but for now
you need to run Urwid remotely on a Linux/BSD/MacOS system or by using
Cygwin.

Regards,
Ian


_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to