<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 09/01/17 00:20, Thomi Richards
wrote:<br>
</div>
<blockquote
cite="mid:CAFkWet=9acTdGd=ru7nTyDnq7G2wREWLEa6QVon3585zZpDNQQ@mail.gmail.com"
type="cite">
<div class="gmail_extra">This sounds like you may be running into
unicode encoding issues in your python source files. <a
moz-do-not-send="true"
href="https://www.python.org/dev/peps/pep-0263/"><a class="moz-txt-link-freetext" href="https://www.python.org/dev/peps/pep-0263/">https://www.python.org/dev/peps/pep-0263/</a></a>
has the full details, but the tl,dr version is that if you have
unicode literals in your python source file you need something
like "# -*- coding: utf-8 -*-" at the top of your file. The
python interpreter inspects your environment to determine the
correct encoding to use, but your environment in a confined snap
probably doesn't provide the same hints...</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">If that doesn't work, can you build a
minimal reproducer for us to look at?</div>
</blockquote>
Afraid not, still doing the same thing. Just one question. What on
earth is a minimal reproducer?<br>
</body>
</html>