[mythtv-users] program guide missing 1 channel

Mike Hodson mystica at gmail.com
Mon Nov 19 02:23:19 UTC 2018


On Sun, Nov 18, 2018, 19:06 James Abernathy <jfabernathy at gmail.com wrote:

>
>
>
>>
>> I tried the Mythutils but drew an error. No module named natsort??
>
> mythtv at mythbuntu:/home/jim$ tv_grab_zz_sdjson_sqlite --quiet --get-lineup
> --config-file ~/.mythtv/SD.xmltv | MythUtil-Channel-XMLTV-getLineup
> --videosource-id 1
>
> Traceback (most recent call last):
>
>   File "/usr/bin/MythUtil-Channel-XMLTV-getLineup", line 14, in <module>
>
>     import natsort
>
> ModuleNotFoundError: No module named 'natsort'
> mythtv at mythbuntu:/home/jim$
>

Hi James,

This is a missing python module from your Ubuntu installation. You should
be able to install it with:

sudo apt install python-natsort

Further, you could also search the apt repositories with:

apt search natsort

Hope this helps,

Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20181118/90efe9bf/attachment.html>


More information about the mythtv-users mailing list