@uklotzde, despite the print statements being fixed to be python3 compatible, the scons binary still needs to be called using python2 because of the util module. I agree it is a messed up situation and all of the python files need a close inspection to get them up to python3 standards.
In the mean time, with python3 as my environmental python, I can succesfully use this code to compile mixxx:
python2 /usr/bin/scons ...+ whatever flags you choose
@uklotzde, despite the print statements being fixed to be python3 compatible, the scons binary still needs to be called using python2 because of the util module. I agree it is a messed up situation and all of the python files need a close inspection to get them up to python3 standards.
In the mean time, with python3 as my environmental python, I can succesfully use this code to compile mixxx:
python2 /usr/bin/scons ...+ whatever flags you choose