<div class="gmail_quote">On 31 March 2010 00:37, Raymond Wagner <span dir="ltr">&lt;<a href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 3/30/2010 18:25, Stephen Robertson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The error message I get is:<br>
 /usr/local/share/mythtv/mythvideo/scripts/Television/ttvdb.py<br>
/var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated<br>
  from sets import ImmutableSet<br>
</blockquote>
<br></div>
With python2.6, that warning is supposed to be muted, and you are never supposed to see it.  The fact that you do see it likely means you are still somehow running an old version of the bindings.  Check your python path:<br>

<br>
import sys<br>
print sys.path<br>
<br>
Make sure there aren&#39;t any old copies laying around in a different directory, possibly &#39;site-packages&#39; instead of &#39;dist-packages&#39;.<div><div></div><div class="h5"><br></div></div></blockquote><div>That seems to have been it.  I had old versions in /usr/lib rather than /usr/local/lib and I was looking for old versions but only searching using the names of the new bindings.</div>
<div><br></div><div>Thanks</div><div>Stephen</div></div>