Comment 12 for bug 1732272

Revision history for this message
Conner Phillips (lindybalboa) wrote : Re: SCons 3.0.0 on Fedora 27: Build failure

@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