First bazaar-ng experience

Michal Čihař michal at cihar.com
Wed Apr 20 15:59:46 BST 2005


Hi

I just wanted to play with bzr a bit, but all I get is:

$ bzr 
Traceback (most recent call last):
  File "/usr/bin/bzr", line 24, in ?
    sys.exit(bzrlib.commands.main(sys.argv))
  File "/usr/lib/python2.3/site-packages/bzrlib/commands.py", line 989, 
in main
    bzrlib.trace.create_tracefile(argv)
  File "/usr/lib/python2.3/site-packages/bzrlib/trace.py", line 105, in 
create_tracefile
    t.write('  by %s on %s\n' % (bzrlib.osutils.username(), 
socket.getfqdn()))
  File "/usr/lib/python2.3/codecs.py", line 400, in write
    return self.writer.write(data)
  File "/usr/lib/python2.3/codecs.py", line 178, in write
    data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 12: 
ordinal not in range(128)

My name is stored in utf-8, that seems to cause this problem. Changing 
site.py fixes this, but this should not be way to make program work...

I'm not on the list, please CC me on reply.

-- 
    Michal Čihař | http://www.cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050420/e56cdcc6/attachment.pgp 


More information about the bazaar mailing list