Michael Booth
Michael Booth
Coming across this now as I have the same issue. I'm willing to put some time into this. @gwelymernans, could you repost the patch - github seems to be trying...
Thanks, that should help. I think the "removing" is just the order of the diff.
Mine seems to be pretty close to if not exactly the same as @gwelymernans. The current code base still shows the same behavior, namely `from a.b.c import x ` becomes...
Although I just noticed that `d = DotMap(OrderedDict(items))` introduces `__get__` and `__set__` into `d._map`. Only when `_dynamic=True`. I presume some strange interaction with the magic of OrderedDict. But avoiding that...
Although I just noticed that `d = DotMap(OrderedDict(items))` introduces `__get__` and `__set__` into `d._map`. Only when `_dynamic=True`. I presume some strange interaction with the magic of OrderedDict. But avoiding that...
The tweener module was moved to tweener.tweener, I believe. Google will find this for you as other extensions have the same problem.
I also had the frowny face. I followed @CoderPupil's suggestions. However, for kodi version >= 19 the only relevant thing libwidevine_prep_osmc.sh does is also install python3-ptcryptodome, so I did that...
Try my new pull request. It works for me.
Fixes #228 and continues in the line of PR #213, Including all pyx, pyd and .c files. Also fixes tests broken by numpy changes. But this is probably not compatible...
I should note that two tests (and with last push now three) fail. One appears to be precision (perhaps related to my unilateral replacement of int by int64), and another...