[mythtv-users] Python Bindings
Raymond Wagner
raymond at wagnerrp.com
Tue Mar 30 23:37:41 UTC 2010
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'.
More information about the mythtv-users
mailing list