S
Steven D'Aprano
I fixed the print, I changed the setting of the terminal and also on the
sshconfig, so now when I print I'm able to print out without problems,
but when I tried to run the script I've made it gives me again the same
error :
""Unexpected error: exceptions.UnicodeEncodeError """
That is not a full Python traceback. Python gives you lots of debugging
information, in the form of a complete traceback. Use those tracebacks,
don't ignore them.
Trying to debug code without the full traceback is like trying to read a
book by reading only every third page.