[Urwid] Hello, urwid

Ian Ward ian at excess.org
Wed Jun 28 10:31:18 EDT 2006


Derek Peschel wrote:
> Let me introduce myself.  I'm new to urwid and pretty new to Python,

Welcome!

> though not new to programming.  urwid is designed to write the style of
> application I like: using the full screen of a terminal, mostly controlled
> by the keyboard.  Since the library and the application can both be
> written in Python, and since urwid's widgets are small and flexible,
> I hope it will be easy to try out my ideas for applications.  Many of
> the ideas involve extended forms of text editors, so that's what I'll
> probably be asking about.

You will probably want to look closely at the edit.py example program 
and the Edit class in urwid/widget.py.

> Is it OK to send UNIX format patches to the list?  Does anyone prefer
> one attachment format over another?  (I'm not sure I like the way Mailman
> "scrubs" attachments; it makes the list harder to search.  So if I could
> choose a format that prevented scrubbing, I probably would.)  And are
> questions about Python appropriate?

I personally prefer "diff -u" style patches, either inline or as an 
attachment, but there's no strict rule.  I'm not sure what you mean 
about mailman scrubbing.

I would rather keep python questions off-list. You'll probably get 
better answers on python-list or the python irc channel anyway.

Ian





More information about the Urwid mailing list