Samuel Teixeira Santos wrote on 2011-03-17 10:14:
> Hi all, my name's Samuel, from Brazil.

Hello and welcome!

> I'm using python for the last 3 years.
> 
> I always like the Text User Interface from the times of dos, clipper
> and always wainting for a chance in do the same in python.
> 
> So... I'm here in urwid list to learn and start doing my little projects.
> 
> so to start.
> 
> Urwid uses curses? seriously... I didn't find this on site...

The default is to not use curses, but you can use it if you want.

Actually, on the front page[1] it says "(optional) ncurses library to
use the curses_display module", on the first page of the manual[2] Urwid
is described as "an alternative to using Python's curses module
directly" and in the Display Modules part of the manual[3] there is a
whole section on the choice to use raw_display (no curses) or
curses_display (with curses).  I think this issue is pretty well
documented, but if the wording can be improved please let me know.

[1]: http://excess.org/urwid/
[2]: http://excess.org/urwid/wiki/UrwidManual
[3]: http://excess.org/urwid/wiki/DisplayModules

> It's 0.9.9 it's stable enough to do a demo to proposal as main interface
> for applications in a company?

I would say yes, but as the author I'm biased :-)  Maybe someone else
can weigh in here.

_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to