Getting invalid syntax error during compilation

Users who are viewing this thread

Everytime I try to compile my code, I keep getting an error message for invalid syntax in the module_mission_templates.py script. The line on which the error occurs is at the very end of the script. Here's what the compiler says:

Code:
*** Warband Refined & Enhanced Compiler Kit (W.R.E.C.K.) version 1.0.0 ***
Please report errors, problems and suggestions at http://lav.lomskih.net/wreck/

Loading module... FAILED.
MODULE `mission_templates` ERROR:
Traceback (most recent call last):
  File "compile.py", line 95, in <module>
    from module_mission_templates import *
  File "E:\SteamLibrary\steamapps\common\MountBlade Warband\Modules\East of Calradia\source\module_mission_templates.py", line 17556
    ]
    ^
SyntaxError: invalid syntax


COMPILATION FAILED.

Script processing has ended as of 21:48:59,16
Press any key to continue . . .

How do I fix this?
 
Last edited:

New version in the last post.
How do I know if it's exceeding the limit or missing something?
 
Upvote 0
Back
Top Bottom