[Tutor] py2exe and Tkinter

Tom Jenkins tjenkins@devis.com
23 Apr 2002 13:32:31 -0400


On Tue, 2002-04-23 at 13:31, Bryce Embry wrote:
> I've got a small script I wrote in Tkinter.  I want to make the script an 
> executable in Windows, which is not to hard to do with py2exe or 
> installer.  What's driving me crazy is that whenever I run the executable, 
> a big, ugly DOS window opens up behind the GUI.  Is there any way to get 
> rid of this ugly box and have just my GUI showing?
> 

Try running py2exe with the -w flag (or --windows flag):
python setup.py py2exe -w

http://starship.python.net/crew/theller/py2exe/
-- 

Tom Jenkins
Development InfoStructure
http://www.devis.com