Mount & Blade: Warband

Mount & Blade: Warband

Diplomacy 4.litdum
Now im Modding a remake, and every time i would start build module theres is standing an error with print
Every time im starting build module theres standing: SyntaxError: Missing parentheses in call to 'print'. Did you mean print("ERROR: input token not found:" + cookie_string)?
File "process_global_variables.py", line 29
add_variable(varb, variable_list, variable_uses)
^
TabError: inconsistent use of tabs and spaces in indentation
File "process_strings.py", line 30
print "Exporting strings..."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting strings...")?
File "process_skills.py", line 36
print "Exporting skills..."

I cant change it, because i must change all process files with the error print. Can anyone help me?