I recently upgraded to atrpms trunk packages (r21509) for centos 5 to be able to play with the tv grabbing functions and I'm seeing a couple of issues.<br>1) When performing a metadata lookup for a tv episode a popup appears with two blank buttons. Checking the output from mythfrontend and when I run it manually I see :<br>
The modules tvdb_api.py (v1.0.0 or greater), tvdb_ui.py, tvdb_exceptions.py and cache.py must be<br>in the same directory as ttvdb.py. They should have been included with the distribution of ttvdb.py.<br>The only reference I can find to this is <a href="http://www.gossamer-threads.com/lists/mythtv/dev/391305?do=post_view_flat#391305">http://www.gossamer-threads.com/lists/mythtv/dev/391305?do=post_view_flat#391305</a> which doesn't seem to apply as I'm not running jamu at this point. The folder structure of mythvideo/scripts looks comparable to a current check out of trunk, with the requested modules in the ttvdb sub folder.<br>
<br>2) When running jamu from a terminal I get :<br>Traceback (most recent call last):<br> File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 286, in ?<br> import xml.etree.cElementTree as ElementTree<br>
ImportError: No module named etree.cElementTree<br><br>I checked for python/xml libraries and I can see libxml2-python-2.6.26-2.1.2.7 is currently installed.<br><br>Both of these issues occur on an old centos backend and a recently installed centos front end, both machines were current for updates about a month ago.<br>
<br>Any ideas on what I should do to resolve these issues ?<br><br>layttan<br>