I am creating an app that can compile python projects into an exe, I am 
using Tkinter as for the GUI. I'm using PyInstaller within the python code 
to do this but when tested using the exe version of this project, it 
creates another window when I press 'Submit'. I cannot figure out why. The 
project before turning it into an exe works perfectly fine. I compiled the 
project using both a command inside a terminal and this app I am creating. 
I have pasted my code to a pastebin and the exe file to help debug this 
issue. Am I doing something wrong please tell me.

main.py <https://pastebin.com/HaSX0TX0>
settings.py <https://pastebin.com/yr3KuWwJ>
Py2Exe.exe 
<https://drive.google.com/file/d/1qpHUpy-qwH60Q6jWC_i0o2YUEmv65ylf/view?usp=sharing>

P.S. I know *removeTempFolders** and  **removeTempFiles* don't work.

-- 
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 pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/50d7bbda-449d-43c5-9003-b012518077f2n%40googlegroups.com.

Reply via email to