Jul-03-2019, 05:09 PM
I am starting to mess around with tkinter. I'm doing ok but an extra window labeled C:\WINDOWS\py.exe pops up behind the window I make. Is there a way to prevent or suppress this?
Extra annoying window
|
Jul-03-2019, 05:09 PM
I am starting to mess around with tkinter. I'm doing ok but an extra window labeled C:\WINDOWS\py.exe pops up behind the window I make. Is there a way to prevent or suppress this?
Jul-03-2019, 05:22 PM
You appear to be on windows, so you can give your program a pyw extension instead of a py extension. Then it will run without popping up a window.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness. Recommended Tutorials: BBCode, functions, classes, text adventures |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Interaction between Matplotlib window, Python prompt and TKinter window | NorbertMoussy | 3 | 2,536 |
Mar-17-2024, 09:37 AM Last Post: deanhystad |
|
tkinter window and turtle window error | 1885 | 3 | 8,251 |
Nov-02-2019, 12:18 PM Last Post: 1885 |
|
update a variable in parent window after closing its toplevel window | gray | 5 | 11,107 |
Mar-20-2017, 10:35 PM Last Post: Larz60+ |