2024-05-10, 11:32
Hello all. I am trying to use Codequick to play some VideoURLs. I have downloaded Codequick from Github and used "Install from ZIP". That worked, when i startup Kodi it says:
So it also successfully installed al the dependencies. However, when i try to use it, Kodi tells me:
What am i doing wrong? Thanks for any hint!
Code:
info <general>: CAddonMgr::FindAddons: script.module.codequick v1.0.3+matrix.1 installed
info <general>: CAddonMgr::FindAddons: script.module.htmlement v1.0.0+matrix.1 installed
info <general>: CAddonMgr::FindAddons: script.module.youtube.dl v23.04.01+matrix.1 installed
So it also successfully installed al the dependencies. However, when i try to use it, Kodi tells me:
Code:
...
from codequick import Resolver
ModuleNotFoundError: No module named 'codequick'
What am i doing wrong? Thanks for any hint!