Initializing...
Traceback (most recent call last):
File "process_global_variables.py", line 11, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Exporting meshes...
Exporting sounds...
Exporting skins...
Traceback (most recent call last):
File "process_map_icons.py", line 6, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "process_factions.py", line 2, in <module>
from module_factions import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_factions.py", line 49
("kingdom_6", "Kingdom of Kiron", 0, 0.9, [(("outlaws",-0.05),("peasant_re
bels", -0.1),("deserters", -0.02),("mountain_bandits", -0.05),("forest_bandits",
-0.05)], [], 0x243991),
^
SyntaxError: invalid syntax
Exporting item data...
Traceback (most recent call last):
File "process_items.py", line 59, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Exporting scene data...
Traceback (most recent call last):
File "process_scenes.py", line 15, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "process_troops.py", line 4, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Exporting particle data...
Traceback (most recent call last):
File "process_scene_props.py", line 7, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "process_tableau_materials.py", line 8, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "process_presentations.py", line 8, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "process_party_tmps.py", line 2, in <module>
from module_party_templates import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_party_templates.py", line 103, in <module>
("kingdom_1_reinforcements_a", "kingdom_1_reinforcements_a", 0, 0, fac_commo
ners, 0, [(trp_swadian_militia,2,6),(trp_swadian_recruit,4,7)]),
NameError: name 'trp_swadian_recruit' is not defined
Traceback (most recent call last):
File "process_parties.py", line 4, in <module>
from module_game_menus import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_game_menus.py", line 64
SyntaxError: Non-ASCII character '\x93' in file C:\Documents and Settings\Tom th
e Dude\My Documents\modding\Mount&Blade\ModuleSystem\module_game_menus.py on lin
e 64, but no encoding declared; see http://www.python.org/peps/pep-0263.html for
details
Exporting quest data...
Traceback (most recent call last):
File "process_scripts.py", line 7, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "process_mission_tmps.py", line 8, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "process_game_menus.py", line 5, in <module>
from module_game_menus import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_game_menus.py", line 64
SyntaxError: Non-ASCII character '\x93' in file C:\Documents and Settings\Tom th
e Dude\My Documents\modding\Mount&Blade\ModuleSystem\module_game_menus.py on lin
e 64, but no encoding declared; see http://www.python.org/peps/pep-0263.html for
details
Traceback (most recent call last):
File "process_simple_triggers.py", line 5, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "process_dialogs.py", line 9, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "process_global_variables_unused.py", line 3, in <module>
from process_operations import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\process_operations.py", line 14, in <module>
from module_troops import *
File "C:\Documents and Settings\Tom the Dude\My Documents\modding\Mount&Blade\
ModuleSystem\module_troops.py", line 1579
upgrade(troops,"farmer","townsman")
^
SyntaxError: invalid syntax
______________________________
Script processing has ended.
Press any key to exit. . .