Ask Your Question

Revision history [back]

Changing

except AttributeError,TypeError:

to

except (AttributeError,TypeError):

solves the problem. And by the way it seems to works with all kind of exceptions.

Well, my problem is solved, sorry for the noise. (still I'm interested in the rational behind)

See you Laurent