<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">&lt;<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>&gt;</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&#39;t figure that part out...</span><br></div></div>
<br>
I didn&#39;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&#39;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&#39;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>&lt;?xml version=&#39;1.0&#39; encoding=&#39;UTF-8&#39;?&gt;</div><div>&lt;grabber&gt;</div><div>  &lt;name&gt;TheMovieDB.org V3&lt;/name&gt;</div><div>  &lt;author&gt;Raymond Wagner&lt;/author&gt;</div><div>  &lt;thumbnail&gt;tmdb.png&lt;/thumbnail&gt;</div><div>  &lt;command&gt;tmdb3.py&lt;/command&gt;</div><div>  &lt;type&gt;movie&lt;/type&gt;</div><div>  &lt;description&gt;Search and metadata downloads for <a href="http://themoviedb.org">themoviedb.org</a>&lt;/description&gt;</div><div>  &lt;version&gt;0.3.7&lt;/version&gt;</div><div>  &lt;accepts&gt;tmdb.py&lt;/accepts&gt;</div><div>  &lt;accepts&gt;<a href="http://tmdb.pl">tmdb.pl</a>&lt;/accepts&gt;</div><div>&lt;/grabber&gt;</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>