View Single Post
Old 10-02-2009, 10:25 AM   #5
ahi
Wizard
ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.
 
Posts: 1,790
Karma: 507333
Join Date: May 2009
Device: none
Quote:
Originally Posted by kovidgoyal View Post
Python 3 wouldn't help with this. This error involves the decoding of the files contents. In python 3 they would simply be the bytes data type and would still need to be decoded.
Don't these UnicodeDecode errors usually result from encoding conversion or encoding mixing? All such errors disappeared in pacify when I switched to Python 3.

- Ahi
ahi is offline   Reply With Quote