Antoon Pardon wrote:
>> PS: How did you produce the overview over the local variables? That looks
>> nice.
> I started from this recipe:
> http://code.activestate.com/recipes/52215-get-more-information-from-tracebacks/
> made it more to my liking and turned it into a module. So that instead of
>
Antoon Pardon wrote:
>> It looks like the actual error is socket.timeout which is probably raised
>> from somewhere inside the stdlib without args.
>
> I think I know what is going on. I have my own timeout mechanism at work
> here, that works with signals and alarm. When the SIGALRM fires I just
Op 14-02-16 om 14:40 schreef Peter Otten:
>
> PS: How did you produce the overview over the local variables? That looks
> nice.
>
I started from this recipe:
http://code.activestate.com/recipes/52215-get-more-information-from-tracebacks/
made it more to my liking and turned it into a module.
Op 14-02-16 om 14:40 schreef Peter Otten:
> Antoon Pardon wrote:
>
>> I have written a small backup program, that uses ftplib to make
>> remote backups. However recentely the program starts to regularly
>> raise IndexErrors, as far as I can see the problem is in socket.py
>> Can anyone shed some l
Antoon Pardon wrote:
> I have written a small backup program, that uses ftplib to make
> remote backups. However recentely the program starts to regularly
> raise IndexErrors, as far as I can see the problem is in socket.py
> Can anyone shed some light?
>
> This is the traceback:
[...]
> File
Hi Antoon,
EINTR, is an error when there is an emited signal to your process.
http://man7.org/linux/man-pages/man2/read.2.html
Look for EINTR in this page
On 02/14, Antoon Pardon wrote:
I have written a small backup program, that uses ftplib to make
remote backups. However recentely the progr
I have written a small backup program, that uses ftplib to make
remote backups. However recentely the program starts to regularly
raise IndexErrors, as far as I can see the problem is in socket.py
Can anyone shed some light?
This is the traceback:
Traceback (most recent call last):
File "/usr/l