Thanks for the traceback. Victor Star wrote: > Looks like this might be an issue with Python 2.6 hmac library: > http://bugs.python.org/issue5285
Yes indeed, looks like it is. > Now question is - am I totally screwed with Python 2.6 or there is a hope to > get some workaround in > Trac? I don't think hmac should be called with unicode arguments. From the traceback, it looks like either the user name or the password is a unicode string. We should probably encode these before passing them to login(). So yes, we will fix Trac to avoid this issue. Would you mind opening a ticket on trac.edgewall.org, and paste in your findings (traceback, reference to Python issue)? I'd like to get this fixed before the next 0.11.x release. Thanks. -- Remy
signature.asc
Description: OpenPGP digital signature
