v18 What python version did kodi 18 come with on windows? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59) +---- Thread: v18 What python version did kodi 18 come with on windows? (/showthread.php?tid=376228) |
What python version did kodi 18 come with on windows? - jim_p - 2024-02-11 Title says it all, so I hope for a quick reply. On windows, where the words "dependency" and "library" are as unknown to the average user, an advanced user tries to convince me that he has kodi 18 working with python3. And that is the reason he has no issues with python2's shortcomings, like... non-utf8 characters. Can something like that be true? On linux, where every app is built against the same libs, everything has proper dependencies. E.g. On my system, I am 1000% sure that kodi uses the same python 3.11 that qbittorrent or samba does. On windows, things are different, because one can install whatever version of any app and that app can bring its own dependencies, no matter how old or new they are. That is why one can have kodi 18 (python2) and qbittorrent (python3) installed at the same time. p.s. I know qbittorrent is built with qt5/6, it just needs python for its search function. RE: What python version did kodi 18 come with on windows? - izprtxqkft - 2024-02-11 https://kodi.wiki/view/Addon.xml#Dependency_versions RE: What python version did kodi 18 come with on windows? - jim_p - 2024-02-11 I know that, I even have it bookmarked to check what versions of xbmc.* are needed when addons do not install. E.g. I came across a skin which needs xbmc.gui 5.16, which makes it incompatible with a kodi 19 installation I wanted to install it on. But what I ask is different, so let me put it another way. Assuming that kodi bundles ALL its libraries on the windows installer, like all apps do, was there any kodi 18 installer for windows that came with python3? RE: What python version did kodi 18 come with on windows? - izprtxqkft - 2024-02-11 hmm not sure why ask a question you already know the answer to then ask it a 2nd time rephrased but i won't run the risk of telling you something you already know again so good luck RE: What python version did kodi 18 come with on windows? - Karellen - 2024-02-11 (2024-02-11, 07:51)jim_p Wrote: was there any kodi 18 installer for windows that came with python3?No https://github.com/xbmc/xbmc/pulls?q=is%3Apr+is%3Aclosed+label%3A%22v19+Matrix%22+python+3+in%3Atitle+ RE: What python version did kodi 18 come with on windows? - jim_p - 2024-02-11 Yes, I know the answer to it, since kodi 19 and the transition to python3, and I think it applies to all oses, not just windows. I just can't stand such claims by people who e.g. program in python (which is something I don't) and, because of that probably, say they know better. Thank you all. I have nothing else to add. If there is nothing else you can add, please put the padlock. RE: What python version did kodi 18 come with on windows? - wsnipex - 2024-02-11 (2024-02-11, 08:15)Karellen Wrote:(2024-02-11, 07:51)jim_p Wrote: was there any kodi 18 installer for windows that came with python3?No At least no offical Team Kodi release. There probably were some testing/development builds floating around during the python3 implementation(which took a while) If you really want to know, ask for a Debug Log from that user. RE: What python version did kodi 18 come with on windows? - jim_p - 2024-09-30 Hello again and sorry for bringing this thread back to the surface. I would like to ask which version of python is bundled with kodi 21 for windows and on libreelec 12, if anyone knows. I am on python 3.12 the last few months (since late June or early July I think) and it is gives me issues with most apps that use it. On kodi, I do not dare to install the twitch addon! Also, can someone please update the wiki of addon.xml with the new versions of xbmc.python, xbmc.gui etc for kodi 21? RE: What python version did kodi 18 come with on windows? - scott967 - 2024-09-30 (2024-09-30, 07:56)jim_p Wrote: I would like to ask which version of python is bundled with kodi 21 for windows 3.8.15 xbmc.python remains 3.0.1 scott s. . RE: What python version did kodi 18 come with on windows? - jim_p - 2024-10-01 Thanks, but python 3.8.x is not available even on debian OLDstable (11 as of today). I am doomed to python 3.12 then RE: What python version did kodi 18 come with on windows? - scott967 - 2024-10-01 Don't know anything about Kodi on Linux, but guessing if you can install some python 3.10 as the system python that might work for you. scott s. . RE: What python version did kodi 18 come with on windows? - jim_p - 2024-10-02 In linux, you can not "just install" whatever you like, you can only install what is in the distro's repo and right now ONLY python 3.12.6 (version of python3 that is installed and used by default for all apps that need it as I said above) and 3.13rc2 (must be manually installed and manually used when needed) are available. Of course, installing a python version is the one part of the story. The other part is "making" the app use that python version and not the one it was compiled against. Tbh, I was hoping that the windows version would use python 3.11, so as to test it again with my kodi 21, but that version was removed from the repo in late August. RE: What python version did kodi 18 come with on windows? - jim_p - 2024-10-18 About libreelec. Le 12 comes with python 3.11 RE: What python version did kodi 18 come with on windows? - scott967 - 2024-10-19 (2024-10-02, 08:48)jim_p Wrote: In linux, you can not "just install" whatever you like, you can only install what is in the distro's repo and right now ONLY python 3.12.6 (version of python3 that is installed and used by default for all apps that need it as I said above) and 3.13rc2 (must be manually installed and manually used when needed) are available. Sorry, since you are on Linux I assume you can build Python 3.9 from source with dependencies. Something like Code: ./configure scott s. . RE: What python version did kodi 18 come with on windows? - jim_p - 2024-10-20 I can build anything I want from source, but I do not do it because I do not want to break my distro (the info on the link applies to all distros, not just debian). I did it once, in my young "linux"days, because I did not know, things broke after some time and I had a really hard time fixing them. I won't do it again, thank you. https://wiki.debian.org/DontBreakDebian Other than that, I would have to build any python library kodi uses with that python 3.9 and then kodi itself. No thanks. |