Posts: 785
Joined: Feb 2015
Reputation:
38
Rechi
Team-Kodi Member
Posts: 785
2.26.0 is used for Leia too.
Posts: 195
Joined: Apr 2019
Reputation:
15
Yeah, I was looking for the Matrix equivalent and used Leia as an example.
Posts: 294
Joined: Feb 2019
Reputation:
40
It seems I spoke too soon, while the few issues with Python 3 have been ironed out fairly quickly, the supporting libraries are turning to be a nightmare, especially on the side of mechanize/bs4/soupsieve. Gotta figure out why in the world I keep receiving ImportError for installed modules…
Posts: 195
Joined: Apr 2019
Reputation:
15
Does anyone know when a matrix branch will be added to the add-on repos for submissions? I don't really know the usual timelines for new releases. I don't want to support both so I've been waiting until I can make a python 3 only add-on.
Posts: 5,478
Joined: Jul 2012
Reputation:
384
There's a migration branch on repo-scripts and repo-plugins. Is that supposed to be used?
scott s.
.
Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
nope, we used the migration branch for testing only.
py3 (only) addons can be submitted to the matrix branch.
Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
the matrix addon repo has now been set-up. we have BeautifulSoup v4.6.3 in there.
that should fix those issues.
xbmc.python is going to be bumped to 3.0.0 for kodi matrix
Posts: 1,293
Joined: Sep 2009
Reputation:
73
Pretty sure I know the answer to this but for Matrix submissions we only need to be Python 3 compatible right? I've been working on a Python 2/3 port for the Backup addon and it's been a real pain in a few areas. If I'm shooting for Matrix only I could just do Python 3 right?
Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
yes, any addon that is submitted to the matrix repo only needs py3 support.