Advertisement
yaneurabeya

Untitled

Mar 14th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. + chroot /build/home/gcooper/f/branches/8.2-nup/os-base/amd64/_.w /bin/sh -exc '(cd /usr/local/www/freenasUI; python tools/compilemsgs.py)'
  2. + cd /usr/local/www/freenasUI
  3. + python tools/compilemsgs.py
  4. Traceback (most recent call last):
  5. File "tools/compilemsgs.py", line 74, in <module>
  6. main()
  7. File "tools/compilemsgs.py", line 70, in main
  8. pocompile(popath, mopath)
  9. File "tools/compilemsgs.py", line 49, in pocompile
  10. translated = entry.msgstr.encode('ascii', 'ignore')
  11. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement