> You could try changing line 328 in
> /usr/lib64/python2.6/site-packages/trac/notification.py from:
> 
>   self.server.login(self.user_name, self.password)
> 
> to
> 
>   self.server.login(str(self.user_name), str(self.password))
> 
> as a temporary workaround, provided you only use ASCII characters for
> the user name and password.

The proper fix has been committed to 0.11-stable in [7915].

-- Remy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to