[mythtv-users] find_orphans.py

Nick Morrott knowledgejunkie at gmail.com
Fri Feb 7 01:07:41 UTC 2025


On Fri, 7 Feb 2025 at 00:12, James Abernathy <jfabernathy at gmail.com> wrote:
>
> I'm having issues running find_orphans.py on a new system. I must have missed installing something. I'm running this on the backend.
>
> ~$ ./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'

The Python bindings are not being found.

*) Are the bindings installed at all? (`sudo apt install
python3-mythtv` may fix that if installed from packages in the
Debianverse)

*) Are the bindings installed but inside a venv? (You need to activate
the venv to provide access to them)

Cheers,
Nick


More information about the mythtv-users mailing list