I was trying to use the script with 2.4A, but I keep getting this error:

Traceback (most recent call last):
File "D:\Steam\steamapps\common\Medieval II Total War\mods\ebii\EUD_Mod\EUD_Parsing_Script.py", line 11, in <module>
with open(r"..\data\export_descr_unit.txt") as fl:
FileNotFoundError: [Errno 2] No such file or directory: '..\\data\\export_descr_unit.txt'
PS D:\Steam\steamapps\common\Medieval II Total War\mods\ebii>
As if it wasn't finding the export_descr_unit.txt file to get the data from it. But the file is there. So I dont know what could be going wrong. ODes anyone have any idea?