Nicolas Évrard wrote:
When using an accented charachter in a log message I had this error
message:

Traceback (most recent call last):
  File "main.py", line 317, in commit
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 
63: ordinal not in range(128)
I would have try debugging this error but it seems upstream is using a
script or something like that to create a "static" python executable.

I add the patch from upstream [1] that should solve the problem. The new
package is on my webpage[2]. Can you try it and tell me if it solve your
problem ?

  Best regards,
    Vincent

[1] : http://www.cyd.liu.se/users/~freku045/gct/gitweb.cgi
[2] : http://dept-info.labri.fr/~danjean/deb.html#commit-tool

Reply via email to