[mythtv-users] possible to just build bindings?
Stephen Worthington
stephen_agent at jsw.gen.nz
Sun Feb 9 01:43:27 UTC 2025
On Sat, 8 Feb 2025 13:51:09 -0600, you wrote:
>Hey all,
>
> I was doing some pythoning on a mythtv server I'd rebuilt several
>months ago, and just noticed while working on a python project that I had
>no python bindings in my /usr/share/mythtv/bindings directory ( just have
>php )
>
> Id installed from ubuntu repos, fixes/34. Don't know why theres only
>php there, but wanted to get the python bindings working on my system.
>
> Do I have to pull the source and do a cmake command? Id rather not
>build anything but the bindings if possible, but I don't do building as of
>late and I dont know my way around cmake.
>
> Hopefully this is a simple answer for someone, thanks in advance.
>
>-- George
The Python bindings do not get installed in
/usr/share/mythtv/bindings. Try running this:
python3 -c "import MythTV"
If you do not get any errors, then the MythTV bindings are installed.
They are installed in:
/usr/lib/python3/dist-packages/MythTV
This command will show if the package is installed:
apt list --installed | grep libmyth-python
More information about the mythtv-users
mailing list