To build using python 3 on Arch, I think you'll have to use:
PYTHON=/path/to/python3 ./build.sh Put in your path to python 3. If that doesn't work, you'll have to: autoreconf -f -I ./configure make cd fonts make PYTHON=/path/to/python3 fonts cd .. instead of build.sh Henry _______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

