views:

150

answers:

1

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()

A: 

Nevermind. SOLVED: http://ubuntuforums.org/showthread.php?t=728170

Max