I have an app like this Main.py (includes root and Tk.Toplevel()) -- PythonDataProcessing.py -- tkinterErrorMessage.py (includes another Tk.Toplevel()).
When I run this on my computer via python main.py, the initial toplevel window opens, and any subsequent error message pulls up toplevel windows as expected. When I put it all through Pyinstaller and run the app, instead of a tkinter toplevel error message, I get initial main.py toplevel window, almost like the program is running itself again. WTF? I suspect this has to do with hooks in some way? Has anyone run into something like this? Wtf is going on? Like they say.. NOTHING IS EASY!!!!! Thanks for your help! -- 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/59c813f9-18f8-4876-9c27-67e2082396ec%40googlegroups.com.
