<div dir="auto"><br><br><div class="gmail_quote" dir="auto"><div dir="ltr">On Sun, Nov 18, 2018, 19:06 James Abernathy <<a href="mailto:jfabernathy@gmail.com">jfabernathy@gmail.com</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><br></blockquote><div>I tried the Mythutils but drew an error. No module named natsort??</div><div><br></div>





<p class="m_2419662975367434962gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Monaco;color:rgb(244,244,244);background-color:rgba(0,0,0,0.85)"><span class="m_2419662975367434962gmail-s1" style="font-variant-ligatures:no-common-ligatures">mythtv@mythbuntu:/home/jim$ tv_grab_zz_sdjson_sqlite --quiet --get-lineup --config-file ~/.mythtv/SD.xmltv | MythUtil-Channel-XMLTV-getLineup --videosource-id 1</span></p>
<p class="m_2419662975367434962gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Monaco;color:rgb(244,244,244);background-color:rgba(0,0,0,0.85)"><span class="m_2419662975367434962gmail-s1" style="font-variant-ligatures:no-common-ligatures">Traceback (most recent call last):</span></p>
<p class="m_2419662975367434962gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Monaco;color:rgb(244,244,244);background-color:rgba(0,0,0,0.85)"><span class="m_2419662975367434962gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="m_2419662975367434962gmail-Apple-converted-space">  </span>File "/usr/bin/MythUtil-Channel-XMLTV-getLineup", line 14, in <module></span></p>
<p class="m_2419662975367434962gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Monaco;color:rgb(244,244,244);background-color:rgba(0,0,0,0.85)"><span class="m_2419662975367434962gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="m_2419662975367434962gmail-Apple-converted-space">    </span>import natsort</span></p>
<p class="m_2419662975367434962gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Monaco;color:rgb(244,244,244);background-color:rgba(0,0,0,0.85)"><span class="m_2419662975367434962gmail-s1" style="font-variant-ligatures:no-common-ligatures">ModuleNotFoundError: No module named 'natsort'</span></p>
<div><span style="font-variant-ligatures:no-common-ligatures;background-color:rgba(0,0,0,0.85);color:rgb(244,244,244);font-family:Monaco;font-size:13px">mythtv@mythbuntu:/home/jim$</span><span class="m_2419662975367434962gmail-Apple-converted-space" style="font-variant-ligatures:no-common-ligatures;background-color:rgba(0,0,0,0.85);color:rgb(244,244,244);font-family:Monaco;font-size:13px"> </span></div></div></div></blockquote></div><div dir="auto"><br></div><div dir="auto">Hi James, </div><div dir="auto"><br></div><div dir="auto">This is a missing python module from your Ubuntu installation. You should be able to install it with:</div><div dir="auto"><br></div><div dir="auto">sudo apt install python-natsort</div><div dir="auto"><br></div><div dir="auto">Further, you could also search the apt repositories with:</div><div dir="auto"><br></div><div dir="auto">apt search natsort</div><div dir="auto"><br></div><div dir="auto">Hope this helps,</div><div dir="auto"><br></div><div dir="auto">Mike</div><div dir="auto"><br></div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div>