[mythtv-users] using find_orphans.py

James Abernathy jfabernathy at gmail.com
Tue Jun 18 19:42:36 UTC 2024


I have a test system on Archlinux and I'm trying to run find_orphans.py
from the wiki (https://www.mythtv.org/wiki/Find_orphans.py) and I get an
error right off in line 3. I tried 2 ways to execute, same results.

[jim at den-pc ~]$ ./find_orphans.py
Traceback (most recent call last):
 File "/home/jim/./find_orphans.py", line 3, in <module>
   from MythTV import MythDB, MythBE, Recorded, MythError
ModuleNotFoundError: No module named 'MythTV'
[jim at den-pc ~]$ python3 find_orphans.py
Traceback (most recent call last):
 File "/home/jim/find_orphans.py", line 3, in <module>
   from MythTV import MythDB, MythBE, Recorded, MythError
ModuleNotFoundError: No module named 'MythTV'

Not sure what I missed.  It works fine on my Ubuntu system.

Jim A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20240618/5e94f957/attachment.htm>


More information about the mythtv-users mailing list