Re: ANN: Urwid 0.9.9 - Console UI Library

2009-11-20 Thread Tim Roberts
"Michel Claveau - MVP" wrote: > >Hi! > >You forget to write "urwid" do not run under Windows. He also forgot to write "urwid" do not run under CP/M or OS/360. Why did you feel compelled to post this three times? If it supported Windows, it would say so. The fact that it doesn't say so means it

Re: ANN: Urwid 0.9.9 - Console UI Library

2009-11-18 Thread Michel Claveau - MVP
Hi! You forget to write "urwid" do not run under Windows. @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Urwid 0.9.9 - Console UI Library

2009-11-18 Thread Michel Claveau - MVP
Hi! You forget to write "urwid" do not run under Windows. @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Urwid 0.9.9 - Console UI Library

2009-11-18 Thread Michel Claveau - MVP
Hi! You forget to write "urwid" do not run under Windows. @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Urwid 0.9.9 - Console UI Library

2009-11-18 Thread Chris Jones
I noticed that when run on a 256-color capable xterm, upon exiting the demo programs the colors in the bash shell are modified - e.g the bash prompt, the output of colored ls commands. For instance, due to my fiddling with dircolors, a file with executable flags on is normally displayed in light

Re: ANN: Urwid 0.9.9 - Console UI Library

2009-11-18 Thread Daniel Fetchinson
>> How did you make the html 'screenshots'? I guess you have some kind of >> urwid2html tool or some such or is it plain ncurses? > > It's all handled in the demo code. This is from tour.py: > > if urwid.web_display.is_web_request(): > screen = urwid.web_display.Screen() > else: >

Re: ANN: Urwid 0.9.9 - Console UI Library

2009-11-17 Thread alex23
Daniel Fetchinson wrote: > How did you make the html 'screenshots'? I guess you have some kind of > urwid2html tool or some such or is it plain ncurses? It's all handled in the demo code. This is from tour.py: if urwid.web_display.is_web_request(): screen = urwid.web_display.Screen()

Re: ANN: Urwid 0.9.9 - Console UI Library

2009-11-17 Thread Daniel Fetchinson
On 11/16/09, Ian Ward wrote: > Announcing Urwid 0.9.9 > -- > > Urwid home page: >http://excess.org/urwid/ > > Updated screen shots: >http://excess.org/urwid/examples.html How did you make the html 'screenshots'? I guess you have some kind of urwid2html tool or some suc