sorry for the decoding issues, I know they are a real pain :-(
unfortunately, the problem persists in 2.0.131:
$ python etm_qt.py
version change: 2.0.129 to 2.0.131
Traceback (most recent call last):
File "etm_qt.py", line 26, in <module>
etmView.main()
File "/home/eike/apps/etm-2.0.131/etmQt/etmView.py", line 2534, in
main
refresh = window.refreshViews()
File "/home/eike/apps/etm-2.0.131/etmQt/etmView.py", line 1358, in
refreshViews
self.scrollToDate(self.active_date)
File "/home/eike/apps/etm-2.0.131/etmQt/etmView.py", line 1469, in
scrollToDate
self.setWeek(curr_day)
File "/home/eike/apps/etm-2.0.131/etmQt/etmView.py", line 1556, in
setWeek
header = leadingzero.sub('', header).decode('utf-8')
File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in
position 1: ordinal not in range(128)
This is not a problem with displaying the items, with an empty
~.etm/data/ the same problem occurs.
Eike