Thanks Remy, you saved my day! :) I really appreciate your help!
Victor > 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. > -- Remy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
