View Single Post
Old 12-13-2021, 08:37 PM   #266
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by xvicarious View Post
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.
davidfor is offline   Reply With Quote