Hi - I was just trying to install the Python debugger pudb (http://
pypi.python.org/pypi/pudb) and easy install fell over saying it
couldn't find a module termios.

It turns out termios is only for Unix (http://docs.python.org/library/
termios.html).

Does anyone know of way around this ? Is there an equivalent to
termios which would run on windows and which could be hacked into
pudb ?

Alternatively suggestions for a pudb workalike ? (I like the console/
keyboard centric aspect of pudb).

Thanks

Richard.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to