I tried renaming my .py file to .pyw. But compiling with py2exe does not make a difference.
I tried using root.withdraw() but all it does is freeze the application, prevent the initial canvas from popping up, and fail to remove the command prompt window anyways.
Does anyone have a solution?
My root is: root = Tk()