I have a python app that I am building an application for using pyinstaller and platypus. I am running into issues where myself and some of my colleagues have no issues running that app while others cannot launch the application. When it doesn't work, the application also does not generate a log file, so failure occurs in start up before the python logging begins, which is very early in the application. Does anyone have any advice on how to troubleshoot this or a way to get error output displayed?