<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Oct 26, 2014 at 1:12 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><div class="h5"><span style="color:rgb(34,34,34)">^^^ can't figure that part out...</span><br></div></div>
<br>
I didn't see the command line in the pastebins, did/could you run<br>
with -v system?<br>
<br>
The 3 tests (import MythTV, MythTV.tmdb3, and lxml) made are here:<br>
<br>
<a href="https://code.mythtv.org/cgit/mythtv/tree/mythtv/programs/scripts/metadata/Movie/tmdb3.py#n214" target="_blank">https://code.mythtv.org/cgit/<u></u>mythtv/tree/mythtv/programs/<u></u>scripts/metadata/Movie/tmdb3.<u></u>py#n214</a><br>
<br>
I've never tried a run time directory like: /mythtv/local64, but<br>
would expect the python bindings to be under:<br>
<br>
/mythtv/local64/lib/python2.7/<u></u>dist-packages/MythTV<br>
<br>
(or whatever version of Python you run.)</blockquote><div><br></div><div>Hi Bill, do you mean like this? My bindings aren't under dist-packages but they are under site-packages:</div><div><br></div><div>$ /mythtv/local64/share/mythtv/metadata/Movie/tmdb3.py -v system</div><div><?xml version='1.0' encoding='UTF-8'?></div><div><grabber></div><div> <name>TheMovieDB.org V3</name></div><div> <author>Raymond Wagner</author></div><div> <thumbnail>tmdb.png</thumbnail></div><div> <command>tmdb3.py</command></div><div> <type>movie</type></div><div> <description>Search and metadata downloads for <a href="http://themoviedb.org">themoviedb.org</a></description></div><div> <version>0.3.7</version></div><div> <accepts>tmdb.py</accepts></div><div> <accepts><a href="http://tmdb.pl">tmdb.pl</a></accepts></div><div></grabber></div><div>$ ls /mythtv/local64/lib/python2.7/dist-packages/MythTV</div><div>ls: cannot access /mythtv/local64/lib/python2.7/dist-packages/MythTV: No such file or directory</div><div>$ ls /mythtv/local64/lib/python2.7/site-packages/MythTV</div><div>altdict.py connections.pyc _conn_oursql.py database.pyc exceptions.py __init__.pyc methodheap.py msearch.pyc static.py system.pyc utility</div><div>altdict.pyc _conn_mysqldb.py _conn_oursql.pyc dataheap.py exceptions.pyc logging.py methodheap.pyc mythproto.py static.pyc tmdb3 wikiscripts</div><div>connections.py _conn_mysqldb.pyc database.py dataheap.pyc __init__.py logging.pyc msearch.py mythproto.pyc system.py ttvdb</div><div>$ </div><div><br></div></div></div></div>