Comment 2 for bug 1808642

Revision history for this message
Battant (mparchet) wrote :

Hello,

This programm don't work with python3

    print "ERROR"
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("ERROR")?

How to convert this package to python3 ?

Sould I change ln python to python2./ ?

Best regards

Battant