Advertisement
Guest User

Untitled

a guest
Nov 30th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/bin/jgtasks", line 762, in <module>
  3. curses.wrapper(Main, service)
  4. File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper
  5. return func(stdscr, *args, **kwds)
  6. File "/usr/bin/jgtasks", line 726, in Main
  7. Draw(db, ui)
  8. File "/usr/bin/jgtasks", line 592, in Draw
  9. DrawList(ui, list_resc, y)
  10. File "/usr/bin/jgtasks", line 543, in DrawList
  11. ui.lists_window.addstr(y, 0, title, attr)
  12. UnicodeEncodeError: 'ascii' codec can't encode character u'\u0119' in position 8: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement