I am relatively new at this, so I ask for a little patience.
I have been working on a program that collects information from 3 separate excel files and then writes that information on a word document. When I process it through my IDE, it works with no issues. However, when I use pyinstaller to make an executable then try to run it, the prompt opens and closes with no real change. The files that would normally be created are not created. Is there something about pysinstaller I am missing? I want to show you the code, but I have no clue which snippet would actually tell you what the problem is.