Detailed description |
|
Here is the error I get :
An unhandled exception occurred:
'utf8' codec can't decode bytes in position 5-6: invalid data
(please report to http://thuban.intevation.org/bugtracker.html)
Traceback (most recent call last):
File "/home/did/projets/python/thuban/thuban/Thuban/UI/tableview.py", line 74, in GetValue
record = self.table.ReadRowAsDict(row, row_is_ordinal = 1)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 5-6: invalid data |
|