<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class=""><div class="">UnicodeDecodeError: 'utf-8' codec can't decode byte 0x83 in position 10:<br class="">invalid start byte<br class=""></div></div></blockquote><br class=""></div><div>I have frequently the same problem with differen python scripts on different machines. The problem is usually you locale setting.</div><div><br class=""></div><div>I added</div><div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">export</span><span style="font-variant-ligatures: no-common-ligatures;" class=""><b class=""> LANG=</b>''</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">export</span><span style="font-variant-ligatures: no-common-ligatures;" class=""><b class=""> LC_ALL=</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">en_US.UTF</span><span style="font-variant-ligatures: no-common-ligatures;" class="">-8</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">export</span><span style="font-variant-ligatures: no-common-ligatures" class=""><b class=""> LC_CTYPE=</b></span><span style="font-variant-ligatures: no-common-ligatures;" class="">en_US.UTF</span><span style="font-variant-ligatures: no-common-ligatures;" class="">-8</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures;" class=""><br class=""></span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">to .bashrc, and then the scripts I work.</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">rgds</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">jan I.</div></div></body></html>