Doug,<br>Thanks for replying. I am not a Linux guru, so pardon my ignorance; but when i do "ls", it shows me this:<br><br>[root@mythtv ~]# ls /usr/share/mythtv/mythvideo/scripts/ttvdb/<br>cache.py __init__.pyc tvdb_api.pyc tvdb_ui.py<br>
cache.pyc ttvdb-example.conf tvdb_exceptions.py tvdb_ui.pyc<br>__init__.py tvdb_api.py tvdb_exceptions.pyc<br><br><br>Do I have to do anything particular? What I did had to do previously was to download python2.6 since I am running CentOS 5.2. So now I have two pythons. To work around, what I did was go in each of the *.py files under scripts and edit the first line which reads:<br>
* # !/usr/bin/python TO # !/usr/bin/python26<br><br>...Although I am not sure if it works or not, since there is a # sign in front...<br><br>But there is no other python mentioned in the script that I can change to python26...<br>
<br>Regards,<br>Ash<br><br><div class="gmail_quote">On Thu, Nov 12, 2009 at 8:52 AM, Doug Vaughan <span dir="ltr"><<a href="mailto:r.d.vaughan@rogers.com">r.d.vaughan@rogers.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ash,<br>
When I look at the log you posted it is apparent you are not using jamu but using MythVideo to download your metadata. The script that is failing is ttvdb.py and it is complaining that it cannot access the tvdb_api routines or they are not out of date.<br>
<br>
See these lines:<div class="im"><br>
"'/usr/share/mythtv/mythvideo/scripts/ttvdb.py' -D The modules tvdb_api.py (v1.0.0 or greater), tvdb_ui.py, tvdb_exceptions.py and cache.py must be 1 1"<br>
<br></div>
The script is '/usr/share/mythtv/mythvideo/scripts/ttvdb.py', the option is "-D" and part of the error message is:<div class="im"><br>
"The modules tvdb_api.py (v1.0.0 or greater), tvdb_ui.py, tvdb_exceptions.py and cache.py must be"<br>
<br></div>
This usually means that your configuration is not proper causing ttvdb.py to lack access to the tvdb_api routines. The following are the scripts and directories organization you should have:<div class="im"><br>
/usr/share/mythtv/mythvideo/scripts/ttvdb.py<br>
<br></div>
and in the subdirectory "ttvdb":<br>
<br>
/usr/share/mythtv/mythvideo/scripts/ttvdb/__init__.py<br>
/usr/share/mythtv/mythvideo/scripts/ttvdb/cache.py<br>
/usr/share/mythtv/mythvideo/scripts/ttvdb/tvdb_api.py<br>
/usr/share/mythtv/mythvideo/scripts/ttvdb/tvdb_ui.py<br>
/usr/share/mythtv/mythvideo/scripts/ttvdb/tvdb_exceptions.py<br>
<br>
This is the directory organization for 0.22 and 0.22+fixes.<br>
<br>
Good luck<br><font color="#888888">
<br>
Doug</font><div><div></div><div class="h5"><br>
<br>
<br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>