<div class="gmail_quote">On Sun, Jan 6, 2013 at 11:56 AM, I wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><div class="gmail_quote">On Sun, Jan 6, 2013 you wrote:<br>
<div><font color="black" face="Verdana,Arial,Helvetica"><font color="black" face="Verdana,Arial,Helvetica"><br>>Try running that command yourself in a terminal. You'll likely get an <br>
>error indicating the lack of Python bindings, or some other missing <br>>dependency.</font></font><br></div></div><br>My post was the result of running it from the command line. Any different command line switches to use<br>
for better debugging?<span class="HOEnZb"><font color="#888888"><br><br>Mark<br><br>
</font></span></blockquote></div><br>I did run /usr/share/mythtv/metadata/Movie/tmdb.py -t after correcting two syntax errors in the file<br>The first two lines were:<br><br>#! /usr/bin/python2.7<br>/usr/bin/python2.7<br>
<br>and I commented out the second line, and there was a non ascii character on line 557 in help text somewhere.<br><br>Now I get:<br><br>The subdirectory "tmdb" containing the modules tmdb_api.py (v0.1.3 or greater), tmdb_ui.py,<br>
tmdb_exceptions.py must have been installed with the MythTV python bindings.<br>Error:(invalid syntax (__init__.py, line 2))<br><br>But there is a directory /usr/lib/python2.7/site-packages/MythTV/ttvdb wtih those files in it.<br>
<br>Mark<br><br>