Re: [Tutor] python file browser with urwid

2006-07-18 Thread Tiago Saboga
Thank you Kent, I've done the modifications you suggested, and the code follows. I splitted the __init__ method in four methods (__init__, header, footer, dir_browser) and took the get_file_names out of pyrun class. Now I have two more general questions, if you don't mind. 1) (first a philosoph

Re: [Tutor] python file browser with urwid

2006-07-17 Thread Kent Johnson
Tiago Saboga wrote: > I'm trying to write a file browser with urwid. In the future, I want to make > a > light front-end for cds burning, but for now I'm doing it as an exercise. The > problem is I'm a little stuck now. I'm sending my actual working code, with > some working functionality, but

[Tutor] python file browser with urwid

2006-07-17 Thread Tiago Saboga
I'm trying to write a file browser with urwid. In the future, I want to make a light front-end for cds burning, but for now I'm doing it as an exercise. The problem is I'm a little stuck now. I'm sending my actual working code, with some working functionality, but I would like to know if I shoul