suppressing the console in a GUI program

J

John Salerno

Hi guys. I tried naming my file with a .pyw extension, but the console
still shows up. Why doesn't this work? And is there another, more
programmatic way to suppress it?

Thanks.
 
J

John Salerno

John said:
Hi guys. I tried naming my file with a .pyw extension, but the console
still shows up. Why doesn't this work? And is there another, more
programmatic way to suppress it?

Thanks.

I just noticed that the console that opens isn't the normal one, it's
IPython. Now how would I suppress that one as well? Again, any way to do
it in the program, or is that not a good idea for when it gets ported
to another platform?
 
P

placid

John said:
I just noticed that the console that opens isn't the normal one, it's
IPython. Now how would I suppress that one as well? Again, any way to do
it in the program, or is that not a good idea for when it gets ported
to another platform?

<try>

via Explorer --> File Options --> File Types find PYW entry in the list
and change the associated program to pythonw

</try>


Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,990
Messages
2,570,211
Members
46,796
Latest member
SteveBreed

Latest Threads

Top