...out with "#", which means Python completely ignores them.
Open your introLoading.py and find this block inside the except section:
#import shutil
#import os
#shutil.copyfile("syserr.txt", "errorlog.txt")
#os.system("errorlog.exe")
Remove the # from the beginning of each line so it looks...