pudb on windows (dependent upon unix only termios ?)
shearichard
shearichard at gmail.com
Thu Dec 16 16:16:41 EST 2010
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.
More information about the Python-list
mailing list