xbmc.python prerequisite
#1
Hello ,

The  'Hello World' addon example has XBMC Python 2.14.0 as a prerequisite

<requires> <import addon="xbmc.python" version="2.14.0"/> </requires>

How to determine the xbmc.python version?
How to update it ?

It probably cannot import that library

My Kodi is Matrix 19.1

Image

Thank you
Reply
#2
How to determine the xbmc.python installed version?
Kodi 19.1
Debian 11
Reply
#3
https://kodi.wiki/view/Addon.xml#Dependency_versions
Reply
#4
Thank you I assumed that version 3.0 would be compatible with 2.14, considering the higher number
solved
Reply
#5
Solved, but Python 3 in general is not backward compatible with python 2.  For the examples, I think if you go to romanvm github he has updated some of these for Kodi 20.  I also highly recommend his "kodistubs" (pip from pypi) if you use any sort of IDE for python dev.

scott s.
.
Reply
#6
I didn't know that was the interpreter Smile 
I thought it was a library
Thanks for the tips
Reply
#7
very nice kodistubs
Reply

Logout Mark Read Team Forum Stats Members Help
xbmc.python prerequisite0