When I try to run the following code...
from telnetsrvlib import * if __name__ == \'__main__\': \"Testing - Accept a single connection\" class TNS(SocketSer
You could also look into installing the curses module from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses.
It allows python's native curses to be used on Windows, so all your standard python curses code can be used.