<div dir="ltr">On Tue, Aug 12, 2008 at 9:15 AM, Robin Gilks <span dir="ltr"><<a href="mailto:g8ecj@gilks.org">g8ecj@gilks.org</a>></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>
File "/usr/local/bin/epgsnoop", line 167, in <module><br>
print output(channels, programs)<br>
UnicodeEncodeError: 'ascii' codec can'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 '\n'.join(output).decode('iso-8859-1',replace)<br><div><br>and removing the<br>
<br>... .decode('latin-1) <br><br>statements from the name and description sections in snooper.py.</div> </div></div><br><br>Cheers,<br>Steve<br></div>