Sorry, this was a quick shot - the value would be lost and can cause the next error. Replace the line by
value = unicode(value.value, 'utf-8', 'ignore') (cf. Python manual on unicode() builtin function) if this is permissible (no try-catch). I don't know yet what 'value' is used for, so it depends on the purpose what to do with that in error case. At least, the error was generated here and not in the plugin. Reinhard -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
