Hi Arne,
On 12/09/2021 21:41, Adolf Belka wrote:
Hi Arne,
On 12/09/2021 17:37, Arne Fitzenreiter wrote:
I have tested client175 today. Unfortunately not work at my testsystem.
It give a lot of errors missing deps of cherrypy and beatifulsoup also some files in root are not converted.
Interesting because those packages were not required for use before.
Sorry, I misunderstood. I thought you meant that there were additional python modules required to be installed.
I ran 2to3 converter on all the python modules. Those that were not changed were the ones where the result from 2to3 converter was that there was nothing to change.
cherrypy and BeautifulSoup.py were both converted by 2to3 converter and if they are not working then I will need some help in figuring out what additional changes are required beyond what the 2to3 converter modified. Who can help with figuring those changes out?
Or did I do something wrong with the patch that carries out the diffs between the original python modules and those changes defined by the 2to3 converter?
Regards,
Adolf.
In that case I will need some help on figuring out what changes need to be done on these modules in client175
Looks like you have missed some files to put folder to create the patch because there are some not python3 syntax. (mpd.py and mpd-proxy.py has print without parenthesis)
If you can send me the log messages you got from trying to run client175 I will look at what I need to do to fix this.
I will also see if there is any way I can get a sound capability going on my VirtualBox VM testbed so that I can actually test out any following client 175 update before submitting it.
Sorry for the problems.
I think this confirms that we won't have all the python2 removals completed in Core Update 160. My various fixes will probably need to go into Core Update 161 meaning that the python2 removal will have to go into Core Update 162.
Regards, Adolf.
Arne