[Urwid] No module named termios
Ian Ward
ian at excess.org
Wed Feb 11 02:29:25 EST 2009
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
More information about the Urwid
mailing list