Run.param difficulties

hello , all , I have the difficuties with haddock . I have output the commands and this is the run.param file

HADDOCK_DIR=…/…/
N_COMP=2
PDB_FILE1=./anas_platyrhynchos_B_.pdb
PDB_FILE2=./anas_platyrhynchos_E_.pdb
PROJECT_DIR=./run1
PROT_SEGID_1=B
PROT_SEGID_2=E
RUN_NUMBER=1

when I have source the haddock_configure.csh and input haddock2.4 , the output shows that :

Traceback (most recent call last):
File “/home/yjx/software/haddock2.4-2021-05/Haddock/RunHaddock.py”, line 153, in
new[‘CRYO-EM_FILE’],
File “/home/yjx/software/haddock2.4-2021-05/Haddock/Main/Setup.py”, line 203, in SetupNewProject
shutil.copy(Haddockdir+"/Haddock/CNS/KeepAlive.py", runDir + ‘/protocols’)
File “/usr/lib/python2.7/shutil.py”, line 139, in copy
copyfile(src, dst)
File “/usr/lib/python2.7/shutil.py”, line 96, in copyfile
with open(src, ‘rb’) as fsrc:
IOError: [Errno 2] No such file or directory: ‘…/…/Haddock/CNS/KeepAlive.py’

what should I do to deal with the error ?