<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 13, 2021 at 5:28 PM Hika van den Hoven <<a href="mailto:hikavdh@gmail.com">hikavdh@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> In my case, tvmaze.py -t fails as it says "Failed to import PyTVmaze<br>
> library. This should have been included with the python MythTV<br>
> bindings."  Then the job exits.<br><br></blockquote><div><br></div><div>This can be related to the bug #347 at</div><div><a href="https://github.com/MythTV/mythtv/issues/347">https://github.com/MythTV/mythtv/issues/347</a></div><div><br></div><div>Open a terminal, and enter the following commands:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>python3<br>Python 3.8.5 (default, Jan 27 2021, 15:41:15) <br>[GCC 9.3.0] on linux<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> import lxml<br>>>> import requests<br>>>> import requests_cache<br>>>> import MythTV<br>>>> from MythTV.tvmaze import tvmaze_api<br>>>></div></blockquote><div><br></div><div>This should give you a python traceback if one of these modules can't be found.</div><div>Try to install the missing module</div><div><br></div><div>I suspect, that the package 'python3-dateutil' is missing, according to issue #347.</div><div><br></div><div><br></div><div><br></div><div> </div></div></div>