dbus in Python 3?
#1
Should dbus be working in these Python 3 tests?  I'm working on updating an addon, but I'm getting a no module found for dbus.

Could be that I have something else not configured or updated correctly, but I thought I'd check here to make sure it is still supported.
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#2
Binary Python libraries must be compiled against a specific Python version. Kodi is shipped with only 2 third-party binary libraries: Pillow and Pycryptodome, so I guess your question should be addressed to your Linux distribution maintainers.
Reply
#3
Thanks for that clarity - I'm relatively new to the compiling part and thought that might be the case.  I'll be digging into the LE distro to sort that out.

Thanks for the quick response!
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply

Logout Mark Read Team Forum Stats Members Help
dbus in Python 3?0