Quote:
Originally Posted by xvicarious
It is opening the CSV as a binary file. I don't *think* it should be doing that. Odd error to make, unless something changed between versions of Python. It probably had something to do with UTF. On `ui.py#L3045` the `'rb'` should probably be changed to `'r'`. I'll test that out.
|
It probably was related to changes between Python 2 and 3. I remember tripping over a couple of things like this during the migration process.