Re: curses (or something) for windows

2011-12-12 Thread Eric
On Dec 12, 5:47 pm, alex23 wrote: > On Dec 13, 7:15 am, Eric wrote: > > > Is there something similar to curses available for the Windows version > > of Python (2.7, community edition)?  Preferably something built-in. > > In general, I'm looking to do gui-ish things from within the command > > win

Re: curses (or something) for windows

2011-12-12 Thread alex23
On Dec 13, 7:15 am, Eric wrote: > Is there something similar to curses available for the Windows version > of Python (2.7, community edition)?  Preferably something built-in. > In general, I'm looking to do gui-ish things from within the command > window. > > Also, in particular, is there a way to

curses (or something) for windows

2011-12-12 Thread Eric
Is there something similar to curses available for the Windows version of Python (2.7, community edition)? Preferably something built-in. In general, I'm looking to do gui-ish things from within the command window. Also, in particular, is there a way to get the console size (rows, cols). I've se