Unicode failure

Dave Farrance df at see.replyto.invalid
Sun Dec 6 04:16:54 EST 2015


I was taking it for granted that you knew how to set environment
variables, but just in case you don't: In the shell, (are you using
BASH?), put this:

export PYTHONIOENCODING=UTF-8

...then run your script.

Remember that this is *not* a permanent fix.



More information about the Python-list mailing list