I tried to rename my .py file to .pyw. But compiling with py2exe does not matter.
I tried using root.withdraw (), but all it does is freeze the application, prevent the initial canvas from appearing and not delete the command window anyway.
Anyone have a solution?
My root: root = Tk ()
source
share