<div dir="ltr">On Tue, Aug 12, 2008 at 9:15 AM, Robin Gilks <span dir="ltr">&lt;<a href="mailto:g8ecj@gilks.org">g8ecj@gilks.org</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Me and epgsnoop - we do have problems!!<br>
<br>
The latest one may be related to updating to python-2.5. epgsnoop (after a<br>
re-install just in case!!) errors as follows:<br>
<br>
Traceback (most recent call last):<br>
 &nbsp;File &quot;/usr/local/bin/epgsnoop&quot;, line 167, in &lt;module&gt;<br>
 &nbsp; &nbsp;print output(channels, programs)<br>
UnicodeEncodeError: &#39;ascii&#39; codec can&#39;t encode characters in position<br>
302228-302268: ordinal not in range(128)<br>
</blockquote><div><br>I was having the same issue. I fixed it by changing the 4th to last line in outputter.py to:<br><br>return &#39;\n&#39;.join(output).decode(&#39;iso-8859-1&#39;,replace)<br><div><br>and removing the<br>
<br>... .decode(&#39;latin-1) <br><br>statements from the name and description sections in snooper.py.</div> </div></div><br><br>Cheers,<br>Steve<br></div>