[mythtv-users] Python Bindings

Stephen Robertson stephengrobertson at gmail.com
Wed Mar 31 09:35:39 UTC 2010


On 31 March 2010 00:37, Raymond Wagner <raymond at wagnerrp.com> wrote:

> On 3/30/2010 18:25, Stephen Robertson wrote:
>
>> The error message I get is:
>>  /usr/local/share/mythtv/mythvideo/scripts/Television/ttvdb.py
>> /var/lib/python-support/python2.6/MySQLdb/__init__.py:34:
>> DeprecationWarning: the sets module is deprecated
>>  from sets import ImmutableSet
>>
>
> 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:
>
> import sys
> print sys.path
>
> Make sure there aren't any old copies laying around in a different
> directory, possibly 'site-packages' instead of 'dist-packages'.
>
> 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.

Thanks
Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100331/3dbfb28e/attachment.htm>


More information about the mythtv-users mailing list