Library dependencies to Update to Python 3
#9
@ronie I don't think mechanize will work with Kodi as it is, I've been tinkering with it up until now (it's one of those modules I didn't mention in the other thread). Here in line 189 it requires html_parser to function. Now, html_parser is provided by html5-parser, which is a binary+python script module. If Kodi wants to support binary-free modules, this just won't work.

On my end I bit the bullet and crafted the MechanicalSoup v0.12.0 module for Kodi which offers similar functionalities but is py only. It will require some refactoring but at least it's binary free. Will test it some more tomorrow.
Reply


Messages In This Thread
RE: Library dependencies to Update to Python 3 - by Varstahl - 2019-10-16, 01:13
Logout Mark Read Team Forum Stats Members Help
Library dependencies to Update to Python 30