Cannot get Linux version of BindProfX working on my computer

Hello,

My name is Joseph. I downloaded the Linux version of BindProfX onto my computer (CentOS 6.0). In the "bin" directory, I made a directory called "test", saved 1A22.pdb as "complex.pdb", and placed "complex.pdb" and "mutList.txt" into the "test" directory. Per the readme file, I ran the following commands:

./get_final_score.py test

./get_final_score.py /get_final_score.py /home/hayek27/Downloads/bin/test

and get the following output:

Traceback (most recent call last):
File "./get_final_score.py", line 38, in
from module.pdb2fasta import pdb2seq # convert pdb to fasta
File "/home/hayek27/Downloads/bin/module/pdb2fasta.py", line 26, in
from fixMSE import code_with_modified_residues
File "/home/hayek27/Downloads/bin/module/fixMSE.py", line 59
'ALA', 'VAL', 'PHE', 'PRO', 'MET', 'ILE', 'LEU', 'ASP', 'GLU', 'LYS',

Any help you can offer would be most appreciated.

Best,
Joe