<div dir="ltr">I have a test system on Archlinux and I'm trying to run find_orphans.py from the wiki (<a href="https://www.mythtv.org/wiki/Find_orphans.py">https://www.mythtv.org/wiki/Find_orphans.py</a>) and I get an error right off in line 3. I tried 2 ways to execute, same results.<br><br><span style="font-family:monospace">[jim@den-pc ~]$ ./find_orphans.py  <br>Traceback (most recent call last):<br> File "/home/jim/./find_orphans.py", line 3, in <module><br>   from MythTV import MythDB, MythBE, Recorded, MythError<br>ModuleNotFoundError: No module named 'MythTV'<br>[jim@den-pc ~]$ python3 find_orphans.py  <br>Traceback (most recent call last):<br> File "/home/jim/find_orphans.py", line 3, in <module><br>   from MythTV import MythDB, MythBE, Recorded, MythError<br></span><div><span style="font-family:monospace">ModuleNotFoundError: No module named 'MythTV'</span></div><br><div>Not sure what I missed.  It works fine on my Ubuntu system.</div><div><br></div><div>Jim A</div><div><br></div><div><span style="font-family:monospace"></span></div><span style="font-family:monospace"><br></span></div>