Hi,

I was just compiling slurm-2.6.4 on a machine that has Python 3.2 as default python (and Pyhton 2.7 side by side). make failed twice as the python print statement in 2.x was changed to a python function in 3.x.

Changing the first line of the files

slurm-2.6.4/doc/man/man2html.py
slurm-2.6.4/doc/html/shtml2html.py

from

#!/usr/bin/env python

to

#!/usr/bin/env python2

allowed to complete the compilation process.


Hope you include this tiny change to make slurm more future proof.


Regards,

    Uwe Sauter

Reply via email to