I see some shell script wrappers which call 'python', some which call 'python3', some which call 'python3.1', and some which call '/usr/bin/python3'. It seems like it's time to autoconf this. I am assuming that 3.1 is the target, and I will shortly write autoconf logic to find the Python binary in the path. --Michael