Re: [Tutor] How to make ftplib show progress while uploading a large file

2007-02-06 Thread Terry Carroll
On Tue, 6 Feb 2007, Kent Johnson wrote: > Well, the options seem to be > - take Martin L. Lowis up on his review 5 / get 1 reviewed offer > - beg on python-dev > - beg privately to a committer of your choice > - become a committer and fix it yourself ;-) Well, I don't have the development skills

Re: [Tutor] How to make ftplib show progress while uploading a large file

2007-02-06 Thread Terry Carroll
On Mon, 5 Feb 2007, Terry Carroll wrote: > On Sun, 4 Feb 2007, [ISO-8859-1] Magnus Wirstr?m wrote: > > > I'm workinga on a program that will upload a large file to a server > > using ftp. I'm using ftplib to do this. I'm using a gui with wxpython > > and i would like to have a progressbar showi

Re: [Tutor] How to make ftplib show progress while uploading a large file

2007-02-06 Thread Kent Johnson
Terry Carroll wrote: > On Tue, 6 Feb 2007, Kent Johnson wrote: > >> Bottom line: the committers are volunteers and they work on what they >> want to. Often they prefer writing code to reviewing and applying patches. > > I wonder if there's any way to wave this one under their nose. If for no >

Re: [Tutor] How to make ftplib show progress while uploading a large file

2007-02-06 Thread Terry Carroll
On Tue, 6 Feb 2007, Kent Johnson wrote: > Bottom line: the committers are volunteers and they work on what they > want to. Often they prefer writing code to reviewing and applying patches. I wonder if there's any way to wave this one under their nose. If for no reason other than to stem potent

Re: [Tutor] How to make ftplib show progress while uploading a large file

2007-02-06 Thread Kent Johnson
Terry Carroll wrote: > The hard part is going to get ftplib to talk to your dialog. You're > uploading. ftplib's download methods (retrbinary and retrlines) include a > callback option, which would let you update the progress as you went, but > the upload methods (storbinary and storlines) doe

Re: [Tutor] How to make ftplib show progress while uploading a large file

2007-02-05 Thread Terry Carroll
On Sun, 4 Feb 2007, [ISO-8859-1] Magnus Wirstr?m wrote: > I'm workinga on a program that will upload a large file to a server > using ftp. I'm using ftplib to do this. I'm using a gui with wxpython > and i would like to have a progressbar showing in % how much have been > transfered. I have bee

Re: [Tutor] How to make ftplib show progress while uploading a large file

2007-02-04 Thread Dave Kuhlman
On Sun, Feb 04, 2007 at 08:51:22PM +0100, Magnus Wirstr?m wrote: > Hi all > > I'm workinga on a program that will upload a large file to a server > using ftp. I'm using ftplib to do this. I'm using a gui with wxpython > and i would like to have a progressbar showing in % how much have been > tr