Module Builder Problem

Users who are viewing this thread

Cleitan

Recruit
I have installed Python and can open the various Python files, however when I try to run the "build_module.bat" I get this


C:\Program Files\Mount&Blade\ModuleSystem>python process_strings.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_items.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_map_icons.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_factions.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_scenes.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_troops.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_party_tmps.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_parties.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_quests.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_scripts.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_mission_tmps.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_game_menus.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>python process_dialogs.py
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Mount&Blade\ModuleSystem>pause
Press any key to continue . . .
 
Im guessing you didnt install python first but I get a different error, im probably doing something stupid but...

C:\Program Files\Mount@Blade\mb_module_system_0704_0\ModuleSystem>python process_quests.py
Bad command or file name

On and on for each file...
 
Back
Top Bottom