<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <p>Hi Stephen!<br>
    </p>
    <p><br>
    </p>
    <blockquote type="cite"
      cite="mid:mailman.1.1634126402.15261.mythtv-users@mythtv.org">
      <pre class="moz-quote-pre" wrap="">It is looking like there are still some missing Python modules.  The
easiest way to tell exactly what is going on is just to manually run
the "from" command.  So run "python2", then from the Python command
prompt, run:

from MythTV.services_api import send as api

There should be a detailed traceback which will tell you what the
missing Python module is called.  To exit Python, use Ctrl-D (which
closes the input file from the keyboard, causing Python to exit).</pre>
    </blockquote>
    <p><br>
    </p>
    <p> </p>
    From Terminal:
    <pre class="western"> 
<font face="Liberation Mono, monospace"><font style="font-size: 9pt" size="2"><span lang="en-US">     barry@NZXT:~$ python2</span></font></font>
<font face="Liberation Mono, monospace"><font style="font-size: 9pt" size="2"><span lang="en-US">     Python 2.7.17 (default, Feb 27 2021, 15:10:58) </span></font></font>
<font face="Liberation Mono, monospace"><font style="font-size: 9pt" size="2"><span lang="en-US">     [GCC 7.5.0] on linux2</span></font></font>
<font face="Liberation Mono, monospace"><font style="font-size: 9pt" size="2"><span lang="en-US">     Type "help", "copyright", "credits" or "license" for more information.</span></font></font>
<font face="Liberation Mono, monospace"><font style="font-size: 9pt" size="2"><span lang="en-US">     >>> from MythTV.services_api import send as api</span></font></font>
<font face="Liberation Mono, monospace"><font style="font-size: 9pt" size="2"><span lang="en-US">     Traceback (most recent call last):</span></font></font>
          <font face="Liberation Mono, monospace"><font style="font-size: 9pt" size="2"><span lang="en-US">File "<stdin>", line 1, in <module></span></font></font>
<font face="Liberation Mono, monospace"><font style="font-size: 9pt" size="2"><span lang="en-US">     ImportError: No module named services_api</span></font></font>
<font face="Liberation Mono, monospace"><font style="font-size: 9pt" size="2"><span lang="en-US">     >>> exit()</span></font></font>
<font face="Liberation Mono, monospace"><font style="font-size: 9pt" size="2"><span lang="en-US">     barry@NZXT:~$ </span></font></font>


<font face="moz-fixed"><font style="font-size: 9pt" size="2"><span lang="en-US">Which verifies what Bill had asked (I received his message prior to yours).</span></font></font>

<font face="moz-fixed"><font style="font-size: 9pt" size="2"><span lang="en-US">Barry </span></font></font>
</pre>
    <p>
      <style type="text/css">pre.cjk { font-family: "Courier New", monospace }p { margin-bottom: 0.1in; line-height: 115% }a:link { so-language: zxx }</style></p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>