Hey everyone, I'm using pyinstaller version 3.6 to create an exe from a python 2.7 script. I have a scheduled task that runs this exe every 10 minutes indefinitely. It executes just fine 95% of the time, but i'll randomly get an error message box popping up saying "Fatal Error: Failed to Execute Script (name_of_my_exe).
I've pretty much given up trying to figure out why it's failing. All I want to do now is just hide that pop up box from showing up. Does anyone know how to do this? The command I'm using to create it is: pyinstaller --onefile name.py --noconsole Pretty desperate right now, any help is greatly appreciated. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/c902d8e5-8d8b-44bc-8e24-8b9c1e00480dn%40googlegroups.com.
