<div dir="ltr">On Tue, Aug 12, 2008 at 11:31 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;">
<div><div></div><div class="Wj3C7c"><br>
&gt; On Tue, Aug 12, 2008 at 9:15 AM, Robin Gilks &lt;<a href="mailto:g8ecj@gilks.org">g8ecj@gilks.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Me and epgsnoop - we do have problems!!<br>
&gt;&gt;<br>
&gt;&gt; The latest one may be related to updating to python-2.5. epgsnoop (after<br>
&gt;&gt; a<br>
&gt;&gt; re-install just in case!!) errors as follows:<br>
&gt;&gt;<br>
&gt;&gt; Traceback (most recent call last):<br>
&gt;&gt; &nbsp;File &quot;/usr/local/bin/epgsnoop&quot;, line 167, in &lt;module&gt;<br>
&gt;&gt; &nbsp; &nbsp;print output(channels, programs)<br>
&gt;&gt; UnicodeEncodeError: &#39;ascii&#39; codec can&#39;t encode characters in position<br>
&gt;&gt; 302228-302268: ordinal not in range(128)<br>
&gt;&gt;<br>
&gt;<br>
&gt; I was having the same issue. I fixed it by changing the 4th to last line<br>
&gt; in<br>
&gt; outputter.py to:<br>
&gt;<br>
&gt; return &#39;\n&#39;.join(output).decode(&#39;iso-8859-1&#39;,replace)<br>
&gt;<br>
&gt; and removing the<br>
&gt;<br>
&gt; ... .decode(&#39;latin-1)<br>
&gt;<br>
&gt; statements from the name and description sections in snooper.py.<br>
<br>
</div></div>Not sure how I got my current version of epgsnoop (latest date in all the<br>
files is 4th March) &nbsp;but it already has these changes in it :-(<br>
<br>
Since the only thing I&#39;m aware of that has changed is the version of<br>
python (now at version 2.5.2), I assume its something there...<br>
<div></div></blockquote><div><br>Hmm.&nbsp; 2.5.2 is what I&#39;m using with the version of epgsnoop I grabbed from BZR last Wednesday. I tried the 0.88 release and it didn&#39;t have any character encoding issues but it doesn&#39;t do the &quot;All New&quot; name substitution properly so I upgraded to the BZR version. Modifying that version to revert the character encoding stuff fixed my issue. I suspect our problems are not the same after all.<br>
<br>Cheers,<br>Steve<br></div></div><br></div>