I&#39;m having a problem getting the python bindings to work.  I discovered I had a problem when trying to use ttvdb.py but I have the same issue with tmdb.py so I am presuming that it is an issue with my installation of the bindings.<br>
<br>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>
<br>
The modules tvdb_api.py (v1.0.0 or greater), tvdb_ui.py, 
tvdb_exceptions.py and cache.py.<br>
They should have been installed along with the MythTV python bindings.<br>
Error:(No module named ttvdb.tvdb_ui)<br><br>This is with trunk 23865.  distclean, configure,make,make install seemed to go fine.  I deleted  /usr/local/lib/python2.6/dist-packages/MythTV and tried  ./setup.py install to verify that something seemed to be happening.<br>
<br>Any clues where I&#39;m going wrong.<br><br>Thanks<br>Stephen<br><br><br>/trunk/mythtv/bindings/python$ sudo ./setup.py install<br>running install<br>running build<br>running build_py<br>running install_lib<br>creating /usr/local/lib/python2.6/dist-packages/MythTV<br>
copying build/lib.linux-i686-2.6/MythTV/__init__.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV<br>creating /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb<br>copying build/lib.linux-i686-2.6/MythTV/ttvdb/tvdb_exceptions.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb<br>
copying build/lib.linux-i686-2.6/MythTV/ttvdb/__init__.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb<br>copying build/lib.linux-i686-2.6/MythTV/ttvdb/cache.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb<br>
copying build/lib.linux-i686-2.6/MythTV/ttvdb/tvdb_ui.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb<br>copying build/lib.linux-i686-2.6/MythTV/ttvdb/tvdb_api.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb<br>
creating /usr/local/lib/python2.6/dist-packages/MythTV/tmdb<br>copying build/lib.linux-i686-2.6/MythTV/tmdb/__init__.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV/tmdb<br>copying build/lib.linux-i686-2.6/MythTV/tmdb/tmdb_ui.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV/tmdb<br>
copying build/lib.linux-i686-2.6/MythTV/tmdb/tmdb_api.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV/tmdb<br>copying build/lib.linux-i686-2.6/MythTV/tmdb/tmdb_exceptions.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV/tmdb<br>
copying build/lib.linux-i686-2.6/MythTV/MythBase.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV<br>copying build/lib.linux-i686-2.6/MythTV/MythFunc.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV<br>copying build/lib.linux-i686-2.6/MythTV/MythData.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV<br>
copying build/lib.linux-i686-2.6/MythTV/MythStatic.py -&gt; /usr/local/lib/python2.6/dist-packages/MythTV<br>byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/__init__.py to __init__.pyc<br>byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb/tvdb_exceptions.py to tvdb_exceptions.pyc<br>
byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb/__init__.py to __init__.pyc<br>byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb/cache.py to cache.pyc<br>byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb/tvdb_ui.py to tvdb_ui.pyc<br>
byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/ttvdb/tvdb_api.py to tvdb_api.pyc<br>byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/tmdb/__init__.py to __init__.pyc<br>byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/tmdb/tmdb_ui.py to tmdb_ui.pyc<br>
byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/tmdb/tmdb_api.py to tmdb_api.pyc<br>byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/tmdb/tmdb_exceptions.py to tmdb_exceptions.pyc<br>byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/MythBase.py to MythBase.pyc<br>
byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/MythFunc.py to MythFunc.pyc<br>byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/MythData.py to MythData.pyc<br>byte-compiling /usr/local/lib/python2.6/dist-packages/MythTV/MythStatic.py to MythStatic.pyc<br>
running install_egg_info<br>Writing /usr/local/lib/python2.6/dist-packages/MythTV-0.23.0.egg-info<br><br><br><br># Basic Settings<br>Compile type              release<br>Compiler cache            no<br>DistCC                    no<br>
qmake                     /usr/bin/qmake<br>install prefix            /usr/local<br>runtime prefix            /usr/local<br>CPU                       x86 x86_32 (model name        : Intel(R) Core(TM)2 Duo CPU     E7400  @ 2.80GHz)<br>
big-endian                no<br>runtime cpu detection     no<br>yasm                      no<br>MMX enabled               yes<br>MMX2 enabled              yes<br>3DNow! enabled            yes<br>3DNow! extended enabled   yes<br>
SSE enabled               yes<br>SSSE3 enabled             yes<br>CMOV enabled              yes<br><br># Input Support<br>Joystick menu             yes<br>lirc support              yes<br>Video4Linux sup.          yes<br>
ivtv support              yes<br>HD-PVR support            yes<br>FireWire support          no<br>DVB support               yes [/usr/include]<br>DVB-S2 support            no<br>HDHomeRun support         yes<br>IPTV support              yes<br>
<br># Sound Output Support<br>PulseAudio support        no<br>OSS support               yes<br>ALSA support              yes<br>JACK support              no<br>libfftw3 support          no<br><br># Video Output Support<br>
x11 support               yes<br>xrandr support            yes<br>xv support                no<br>XvMC support              no<br>XvMC VLD support          no<br>XvMC pro support          no<br>XvMC libs                 -lchromeXvMC<br>
VDPAU support             yes<br>OpenGL video              yes<br>OpenGL vsync              yes<br>DirectFB                  no<br>Fribidi formatting        no<br>MHEG support              yes<br><br># Misc Features<br>multi threaded libavcodec yes<br>
Frontend                  yes<br>Backend                   yes<br><br># Bindings<br>bindings_perl             yes<br>bindings_python           yes<br><br><br>