https://bugzilla.novell.com/show_bug.cgi?id=462603 User kkeil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462603#c4 --- Comment #4 from Karsten Keil <kkeil@novell.com> 2009-01-15 09:52:44 MST --- In this case it is OK, I'll fix it together, for the next release this avoid problems if python make it really fail. But I think it is not complete, it should not trow a traceback here. I think this code need also a change: except "conv-error",errormessage: text+="\n\nERROR occured while converting file: "+errormessage+"\nPlease talk to your friendly administrator.\n" textpart = email.MIMEText.MIMEText(text) msg.attach(textpart) Reading in the docu comes up with: except Exception as (errno, errormessage): .. Correct ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.