Re: Odd/Weird errors with FTPLib

2009-09-14 Thread Bakes
On Sep 15, 1:32 am, MRAB wrote: > Bakes wrote: > > On Sep 13, 11:47 pm, MRAB wrote: > >> Bakes wrote: > >>> On 13 Sep, 22:41, Chris Rebert wrote: > On Sun, Sep 13, 2009 at 2:34 PM, Bakes wrote: > > I am using a simple python script to download my logfiles. This is on > > a while lo

Re: Odd/Weird errors with FTPLib

2009-09-14 Thread MRAB
Bakes wrote: On Sep 13, 11:47 pm, MRAB wrote: Bakes wrote: On 13 Sep, 22:41, Chris Rebert wrote: On Sun, Sep 13, 2009 at 2:34 PM, Bakes wrote: I am using a simple python script to download my logfiles. This is on a while loop, the logfile grows rapidly, so it is necessary for python to sta

Re: Odd/Weird errors with FTPLib

2009-09-14 Thread Bakes
On Sep 13, 11:47 pm, MRAB wrote: > Bakes wrote: > > On 13 Sep, 22:41, Chris Rebert wrote: > >> On Sun, Sep 13, 2009 at 2:34 PM, Bakes wrote: > >>> I am using a simple python script to download my logfiles. This is on > >>> a while loop, the logfile grows rapidly, so it is necessary for python >

Re: Odd/Weird errors with FTPLib

2009-09-13 Thread MRAB
Bakes wrote: On 13 Sep, 22:41, Chris Rebert wrote: On Sun, Sep 13, 2009 at 2:34 PM, Bakes wrote: I am using a simple python script to download my logfiles. This is on a while loop, the logfile grows rapidly, so it is necessary for python to start downloading the new script as soon as it has f

Re: Odd/Weird errors with FTPLib

2009-09-13 Thread Bakes
On 13 Sep, 22:41, Chris Rebert wrote: > On Sun, Sep 13, 2009 at 2:34 PM, Bakes wrote: > > I am using a simple python script to download my logfiles. This is on > > a while loop, the logfile grows rapidly, so it is necessary for python > > to start downloading the new script as soon as it has fini

Re: Odd/Weird errors with FTPLib

2009-09-13 Thread Chris Rebert
On Sun, Sep 13, 2009 at 2:34 PM, Bakes wrote: > I am using a simple python script to download my logfiles. This is on > a while loop, the logfile grows rapidly, so it is necessary for python > to start downloading the new script as soon as it has finished the > old. > > It works fine (for about 20

Odd/Weird errors with FTPLib

2009-09-13 Thread Bakes
I am using a simple python script to download my logfiles. This is on a while loop, the logfile grows rapidly, so it is necessary for python to start downloading the new script as soon as it has finished the old. It works fine (for about 20 minutes), then crashes. I have removed a couple of except